Move plugin settings out of maps.vim
Setting notational velocity settings in maps.vim is not the correct place.
This commit is contained in:
parent
cc7b292bf5
commit
c5337f5549
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {{{
|
||||
" ================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue