From 38dea3aef71993f57b9d57b084fa8f5cbf271550 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 6 Sep 2022 08:54:35 +0100 Subject: added notational velocity --- vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 110354e..8a7be8f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -144,6 +144,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink() " vim-plug call plug#begin('~/.vim/plugged') Plug 'morhetz/gruvbox' +Plug 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' "Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'tpope/vim-commentary' @@ -188,6 +189,9 @@ let test#go#runner = 'gotest' " To run mypy using vim-dispath -with Dispatch autocmd FileType python let b:dispatch = 'mypy --ignore-missing-imports' +" notational-fzf-vim +let g:nv_search_paths = ['~/Notes', '~/Notes/Archive'] + " jedo-vim let g:jedi#goto_command = "d" let g:jedi#goto_assignments_command = "g" -- cgit v1.2.3