nvim: Add ctrlp and swift.vim
This commit is contained in:
parent
ab2ef6e2ff
commit
8936bb45cd
1 changed files with 2 additions and 0 deletions
|
@ -23,9 +23,11 @@ Plug 'Yggdroot/indentLine'
|
|||
"Plug 'justmao945/vim-clang'
|
||||
"Plug 'prabirshrestha/vim-lsp'
|
||||
Plug 'Chiel92/vim-autoformat'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'deoplete-plugins/deoplete-clang'
|
||||
Plug 'deoplete-plugins/deoplete-jedi'
|
||||
Plug 'godlygeek/tabular'
|
||||
Plug 'keith/swift.vim'
|
||||
Plug 'majutsushi/tagbar'
|
||||
Plug 'scrooloose/syntastic'
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
|
|
Loading…
Reference in a new issue