diff options
| author | _Tradam <[email protected]> | 2021-09-18 14:47:17 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-18 14:47:17 -0400 |
| commit | 65cd647e92363347e58ec355ba04b80b65e32516 (patch) | |
| tree | 39e74209805589a10729b46b963823da7d4fc25c | |
| parent | 87fc0da54ea15fcb9da0e2e173d04b90673ee728 (diff) | |
| download | Vim-Configs-65cd647e92363347e58ec355ba04b80b65e32516.tar.gz Vim-Configs-65cd647e92363347e58ec355ba04b80b65e32516.zip | |
fixed error when populating plugins
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
