diff --git a/.config/vim/vimrc b/.config/vim/vimrc index d4c768b..008679d 100755 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -39,4 +39,6 @@ else endif " ----- PlugIns -source ~/.config/vim/vim_plug +if !exists('g:vscode') + source ~/.config/vim/vim_plug +endif