Disable for embedded nvim inside VSCode
This commit is contained in:
parent
d0925604b8
commit
e8a05987f3
1 changed files with 115 additions and 113 deletions
2
init.vim
2
init.vim
|
@ -1,3 +1,4 @@
|
||||||
|
if !exists('g:vscode')
|
||||||
" set the directory where my vimrc git project is located
|
" set the directory where my vimrc git project is located
|
||||||
source ~/.config/nvim/local.vim
|
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
|
" override the default location of vimwiki and change to markdown
|
||||||
let g:vimwiki_list = [{'path': '~/Documents/Wiki', 'syntax': 'markdown', 'ext': '.md'}]
|
let g:vimwiki_list = [{'path': '~/Documents/Wiki', 'syntax': 'markdown', 'ext': '.md'}]
|
||||||
let g:vimwiki_dir_link = 'index'
|
let g:vimwiki_dir_link = 'index'
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue