[nvim] Fix wiki.vim keymaps
Plugin changed its settings for enabling default keymaps from 0/1 to
string definitions.
See a4f2fdb6af
This commit is contained in:
parent
d09540797e
commit
0d3b3a0c14
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ endif
|
||||||
" filetypes to automatically enable the plugin for, seems to take file endings
|
" filetypes to automatically enable the plugin for, seems to take file endings
|
||||||
" rather than vim ft
|
" rather than vim ft
|
||||||
let g:wiki_filetypes = ['md', 'mkd', 'markdown', 'wiki']
|
let g:wiki_filetypes = ['md', 'mkd', 'markdown', 'wiki']
|
||||||
let g:wiki_mappings_use_defaults = 1
|
let g:wiki_mappings_use_defaults = 'all'
|
||||||
|
|
||||||
" wiki automatic link creation
|
" wiki automatic link creation
|
||||||
" add .md to the end of links by default
|
" add .md to the end of links by default
|
||||||
|
|
|
@ -28,3 +28,4 @@ informationalism
|
||||||
Prestholdt
|
Prestholdt
|
||||||
internet
|
internet
|
||||||
Beckert
|
Beckert
|
||||||
|
conditionality
|
||||||
|
|
Loading…
Reference in a new issue