1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Compare commits

...

2 Commits

8
.vimrc
View File

@@ -438,6 +438,14 @@ let g:vimwiki_global_ext = 0
nmap <leader>wb :VimwikiBacklinks <CR> nmap <leader>wb :VimwikiBacklinks <CR>
" notational velocity with fzf: quickly search and open notes
Plug 'https://github.com/alok/notational-fzf-vim'
let g:nv_search_paths = ['~/phren', '~/mydocs', '~/.dot/caplog']
let g:nv_ignore_pattern = ['*.xml', '*.svg']
" Quickly open the search with this shortcut
nmap <leader>n :NV <CR>
" The NERD Commenter: A plugin that allows for easy commenting of code for " The NERD Commenter: A plugin that allows for easy commenting of code for
" many filetypes. " many filetypes.
Plug 'preservim/nerdcommenter' Plug 'preservim/nerdcommenter'