summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2021-09-18 14:47:17 -0400
committerGitHub <[email protected]>2021-09-18 14:47:17 -0400
commit65cd647e92363347e58ec355ba04b80b65e32516 (patch)
tree39e74209805589a10729b46b963823da7d4fc25c
parent87fc0da54ea15fcb9da0e2e173d04b90673ee728 (diff)
downloadVim-Configs-65cd647e92363347e58ec355ba04b80b65e32516.tar.gz
Vim-Configs-65cd647e92363347e58ec355ba04b80b65e32516.zip
fixed error when populating plugins
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index a063f2e..907362b 100644
--- a/vimrc
+++ b/vimrc
@@ -150,7 +150,7 @@ if empty(glob(g:vimplug_dir))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
endif
- autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
+ autocmd VimEnter * PlugInstall --sync
endif
" Start of adding Vim plugins