Author: Jayli
收集了一份常用编程语言的 VIM 词表,插件安装后不用做任何配置即可生效,词典文件在vim-dictionary/dict/{&filetype}.*
只要保持{&filetype}.*
作为该语言的词表文件即可,后缀不限
基于 Pathogen.vim 安装(VIM7 & 8)
cd ~/.vim/bundle/
git clone https://github.com/jayli/vim-dictionary.git
- 基于 Vundle.vim 安装(VIM7 & 8)
在.vimrc
中添加下面代码,进入vim
后执行:PluginInstall
Plugin 'jayli/vim-dictionary'
git clone https://github.com/jayli/vim-dictionary.git \
~/.vim/pack/dist/start/vim-dictionary
Done!
配合 Vim-EasyComplete 一起使用体验最佳!