Move plugin settings out of maps.vim

Setting notational velocity settings in maps.vim is not the correct
place.
This commit is contained in:
Marty Oehme 2019-11-21 14:21:00 +01:00
parent cc7b292bf5
commit c5337f5549

View file

@ -526,6 +526,10 @@ function! SearchWiki()
:execute(":cd " . l:curpath)
endfunction
" Configure notational-fzf-vim
let g:nv_search_paths = [ g:wiki_root ]
let g:nv_wrap_preview_text=1
" }}}
" KEYBINDINGS {{{
" ================================================================================