mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
vimwiki options
This commit is contained in:
parent
08831b7d5a
commit
86c2bad3fb
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user