vimwiki options

This commit is contained in:
Noah Masur 2020-11-24 22:10:54 -05:00
parent d35ce0ae94
commit a0c82df933

View File

@ -228,9 +228,16 @@ let g:vimwiki_list = [
\ {
\ 'path': '~/Documents/notes/',
\ 'syntax': 'markdown',
\ 'index': 'home',
\ 'ext': '.md'
\ }
\ ]
let g:vimwiki_key_mappings =
\ {
\ 'all_maps': 1,
\ 'mouse': 1,
\ }
let g:vimwiki_auto_chdir = 1
" Lightline status bar plugin
let g:lightline = {