mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Compare commits
2 Commits
1057af7db0
...
9098575694
| Author | SHA1 | Date | |
|---|---|---|---|
| 9098575694 | |||
| e2763c0df9 |
8
.vimrc
8
.vimrc
@@ -438,6 +438,14 @@ 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', '~/.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
|
||||
" many filetypes.
|
||||
Plug 'preservim/nerdcommenter'
|
||||
|
||||
Reference in New Issue
Block a user