Auto install new nvim plugins
This commit is contained in:
@@ -68,6 +68,13 @@ Plug 'lervag/vimtex'
|
|||||||
Plug 'fatih/vim-go'
|
Plug 'fatih/vim-go'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
" Run PlugInstall if there are missing plugins
|
||||||
|
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||||
|
\| PlugInstall --sync | source $MYVIMRC
|
||||||
|
\| endif
|
||||||
|
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
set cinkeys-=0#
|
set cinkeys-=0#
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user