Don't conceal in vimwiki

This commit is contained in:
EEva (JPotier) 2020-03-28 18:12:03 +02:00
parent cdd54ceb96
commit 8feb9536f4
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ let
au BufNewFile,BufRead *.tikz set filetype=tex
" vimwiki stuff
let g:vimwiki_conceallevel = 0
let g:vimwiki_list = [
\{'path': '~/zk/', 'syntax': 'markdown', 'ext': '.md'},
\{'path': '~/vimwiki/personal.wiki'}