implicit vim-scripts is deprecated in vim-plug
This commit is contained in:
parent
579c601ced
commit
44b38af44a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ silent!call plug#begin('~/.vim/plugged')
|
|||
Plug 'junegunn/vim-plug'
|
||||
|
||||
" general plugins
|
||||
Plug 'directionalWindowResizer'
|
||||
Plug 'ervandew/supertab'
|
||||
Plug 'jeetsukumaran/vim-buffergator'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
|
@ -18,6 +17,7 @@ Plug 'tpope/vim-fugitive'
|
|||
Plug 'tpope/vim-rsi'
|
||||
Plug 'tpope/vim-vinegar'
|
||||
Plug 'vimwiki/vimwiki'
|
||||
Plug 'vim-scripts/directionalWindowResizer'
|
||||
|
||||
" IDE liek, per filetype
|
||||
Plug 'neomake/neomake', { 'for': 'python' }
|
||||
|
|
Loading…
Reference in a new issue