Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

关于

  • 本笔记主要用于记录个人使用neovim的经验以备日后查阅。
  • 为了方便使用以及配置vim,最近添加了这个笔记模块。
  • 如何你也喜欢使用vim或者有更好的vim相关技术经验,欢迎联系进行探讨。

我的neovim配置

neovim的安装与配置

neovim下载

wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz

插件

  • 文件浏览插件:neo-tree.vim
  • 函数列表插件:vista.vim

vista.vim

下载

  • github: https://github.com/liuchengxu/vista.vim
  • gitee: https://gitee.com/yaozhijin/vista.vim

显示

:Vista

隐藏

:Vista!

项目开发环境配置

c++开发环境配置

lua开发环境配置

go开发环境配置