enabled vimwiki anywhere purely for table support

This commit is contained in:
spinach 2023-03-06 16:56:40 -05:00
parent b2834645a1
commit 750a06da92

View File

@ -50,7 +50,7 @@ let g:vim_markdown_strikethrough = 1
" use md for vim wiki and disable global linking
let g:vimwiki_list = [{'path': '~/vimwiki/',
\ 'syntax': 'markdown', 'ext': '.md'}]
let g:vimwiki_global_ext = 0
" let g:vimwiki_global_ext = 0
" calcurse markdown support
autocmd BufRead,BufNewFile /tmp/calcurse* set filetype=markdown