Sun, 14 May 2017 15:24:31 -0400
Drop neocomplcache
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -54,6 +54,7 @@ let s:filename=expand('<sfile>') Plugin 'Shougo/unite-session' Plugin 'sjl/gundo.vim' Plugin 'majutsushi/tagbar' + Plugin 'rking/ag.vim' Plugin 'godlygeek/tabular' Plugin 'tomtom/tcomment_vim' @@ -62,9 +63,6 @@ let s:filename=expand('<sfile>') Plugin 'vimwiki/vimwiki' - Plugin 'Shougo/neocomplcache.vim' - Plugin 'rking/ag.vim' - Plugin 'tpope/vim-fugitive' Plugin 'ludovicchabant/vim-lawrencium'