Disable for embedded nvim inside VSCode

This commit is contained in:
Thomas Gideon 2021-05-26 09:12:58 -04:00
parent d0925604b8
commit e8a05987f3

View file

@ -1,3 +1,4 @@
if !exists('g:vscode')
" set the directory where my vimrc git project is located
source ~/.config/nvim/local.vim
@ -127,3 +128,4 @@ let g:task_rc_override = 'rc.defaultwidth=120'
" override the default location of vimwiki and change to markdown
let g:vimwiki_list = [{'path': '~/Documents/Wiki', 'syntax': 'markdown', 'ext': '.md'}]
let g:vimwiki_dir_link = 'index'
endif