mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-31 00:17:46 +02:00
PlugInstall when entering vim
This commit is contained in:
parent
f77edbb6d6
commit
1bd2c4281e
@ -6,6 +6,9 @@ if ! filereadable(expand('~/.config/nvim/autoload/plug.vim'))
|
|||||||
autocmd VimEnter * PlugInstall
|
autocmd VimEnter * PlugInstall
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" PlugInstall when entering vim
|
||||||
|
autocmd VimEnter * PlugInstall
|
||||||
|
|
||||||
"set bg=light
|
"set bg=light
|
||||||
set go=a
|
set go=a
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user