mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 21:26:27 +00:00
Move vimproc to neocomplcache init
This is the only thing it's used for really I think all that depend on this are now gone
This commit is contained in:
parent
fbab69f00e
commit
2a07143e43
@ -120,10 +120,6 @@ Plug 'vim-scripts/wombat256.vim'
|
|||||||
call s:smart_source_rc('plugins/goyo-limelight') " Distraction free editing
|
call s:smart_source_rc('plugins/goyo-limelight') " Distraction free editing
|
||||||
|
|
||||||
" System {{
|
" System {{
|
||||||
|
|
||||||
" TODO: Do I need this?
|
|
||||||
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
|
|
||||||
" Definitely using these.
|
|
||||||
Plug 'tpope/vim-endwise'
|
Plug 'tpope/vim-endwise'
|
||||||
Plug 'tpope/vim-eunuch'
|
Plug 'tpope/vim-eunuch'
|
||||||
Plug 'tpope/vim-repeat'
|
Plug 'tpope/vim-repeat'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
" Install plugins
|
" Install plugins
|
||||||
|
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
|
||||||
Plug 'Shougo/neocomplcache.vim'
|
Plug 'Shougo/neocomplcache.vim'
|
||||||
|
|
||||||
" Set configuration
|
" Set configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user