diff --git a/.vimrc b/.vimrc index 21f6814..7083fc9 100644 --- a/.vimrc +++ b/.vimrc @@ -438,6 +438,12 @@ let g:vimwiki_global_ext = 0 nmap wb :VimwikiBacklinks +" notational velocity with fzf: quickly search and open notes +Plug 'https://github.com/alok/notational-fzf-vim' +let g:nv_search_paths = ['~/phren', '~/mydocs'] +nmap n :NV + + " The NERD Commenter: A plugin that allows for easy commenting of code for " many filetypes. Plug 'preservim/nerdcommenter'