1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-02 01:17:45 +02:00

PlugInstall when entering vim

This commit is contained in:
TiynGER 2020-03-25 15:28:04 +01:00
parent a0adb1533d
commit 4ceb0fa04a

View File

@ -6,6 +6,9 @@ if ! filereadable(expand('~/.config/nvim/autoload/plug.vim'))
autocmd VimEnter * PlugInstall
endif
" PlugInstall when entering vim
autocmd VimEnter * PlugInstall
"set bg=light
set go=a
set mouse=a