From: Stefan Huber Date: Fri, 18 Dec 2020 08:58:33 +0000 (+0100) Subject: init: Do not let vimwiki catch all markdown files X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=c7d02493ef0793e24f6c394952b87ef24dad6015 init: Do not let vimwiki catch all markdown files --- diff --git a/init.vim b/init.vim index bd9cfe3..019c81e 100644 --- a/init.vim +++ b/init.vim @@ -190,6 +190,7 @@ let g:vimwiki_list = [{'path': '~/.vimwiki/', \ 'template_path': '~/.vim/vimwiki/templates', \ 'template_default': 'default', \ 'template_ext': '.html'}] +let g:vimwiki_global_ext = 0 " Java completion au FileType java setlocal omnifunc=javacomplete#Complete