|
|
@ -34,7 +34,7 @@ Plug 'tpope/vim-repeat' |
|
|
|
Plug 'vim-syntastic/syntastic' |
|
|
|
Plug 'altercation/vim-colors-solarized' |
|
|
|
Plug 'godlygeek/tabular' " Align text on symbols |
|
|
|
Plug 'ludovicchabant/vim-gutentags' |
|
|
|
Plug 'ludovicchabant/vim-gutentags', { 'for': ['php', 'c', 'cpp'] } |
|
|
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } " fuzzy file finder |
|
|
|
Plug 'junegunn/fzf.vim' " vim integration for fzf |
|
|
|
if has("nvim") |
|
|
|