refactor: Add support for vscode

This commit is contained in:
Ahmad Ansori Palembani 2022-10-28 09:44:57 +07:00
parent d08cd5f7fc
commit a950db5c41
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -39,4 +39,6 @@ else
endif
" ----- PlugIns
source ~/.config/vim/vim_plug
if !exists('g:vscode')
source ~/.config/vim/vim_plug
endif