推荐的 vim 插件
推荐安装方式
通过 zinit 编译安装
# Vim repository on GitHub – a typical source code that needs compilation – Zinit
# can manage it for you if you like, run `./configure` and other `make`, etc. stuff.
# Ice-mod `pick` selects a binary program to add to $PATH. You could also install the
# package under the path $ZPFX, see: http://zdharma.github.io/zinit/wiki/Compiling-programs
zinit ice as"program" atclone"rm -f src/auto/config.cache; ./configure" \
atpull"%atclone" make pick"src/vim"
zinit light vim/vim
export VIMRUNTIME=~/.zinit/plugins/vim---vim/runtime
推荐 VIM 插件
-
gmarik/vundle
-
rizzatti/funcoo.vim
-
https://github.com/scrooloose/nerdtree.git
- 侧边文件管理
-
Modeliner
-
DrawIt
-
vim-scripts/Align
-
junegunn/goyo.vim
-
rking/ag.vim
-
vim-fugitive
- 快速使用 git 命令
-
vim-startify
- 最近使用的文件
-
https://github.com/Lokaltog/vim-easymotion.git
- 快速跳转