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

Quickly search, open, and create notes

This commit is contained in:
2020-02-26 15:34:11 +01:00
parent 1057af7db0
commit e2763c0df9

6
.vimrc
View File

@@ -438,6 +438,12 @@ let g:vimwiki_global_ext = 0
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']
nmap <leader>n :NV <CR>
" The NERD Commenter: A plugin that allows for easy commenting of code for
" many filetypes.
Plug 'preservim/nerdcommenter'