Disable temporary wikis outside the list

This commit is contained in:
Thomas Gideon 2021-12-07 11:41:05 -05:00
parent a5acc94169
commit 48c76e67a5
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ inoremap <C-Down> <Esc>:call AdjustFontSize(-1)<CR>a
" 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'
let g:vimwiki_global_ext = 0
let g:LanguageClient_serverCommands = {
\ 'rust': ['rust-analyzer'],