init: Do not let vimwiki catch all markdown files
authorStefan Huber <shuber@sthu.org>
Fri, 18 Dec 2020 08:58:33 +0000 (09:58 +0100)
committerStefan Huber <shuber@sthu.org>
Fri, 18 Dec 2020 08:58:33 +0000 (09:58 +0100)
init.vim

index bd9cfe3f8ff5fe154513dd300dec626bf232a24b..019c81e94a4b022f75589c320a4d7110d8dbb25a 100644 (file)
--- 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