diff --git a/.vimrc b/.vimrc index 7083fc9..672ce2f 100644 --- a/.vimrc +++ b/.vimrc @@ -440,7 +440,9 @@ 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'] +let g:nv_search_paths = ['~/phren', '~/mydocs', '~/.dot/caplog'] +let g:nv_ignore_pattern = ['*.xml', '*.svg'] +" Quickly open the search with this shortcut nmap n :NV