hook up the fuzzy finder

This commit is contained in:
Morgan McMillian 2022-04-25 22:24:14 -07:00
parent 72090583ec
commit 51e92ffff3

3
.vimrc
View file

@ -39,8 +39,10 @@ autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap
autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
autocmd FileType xml setlocal et ts=2 sw=2
nmap \\ :noh<CR>
nmap <F4> :set spell!<CR>
nmap <F3> :set list!<CR>
nmap <F2> :FZF<CR>
set listchars=tab:▸\ ,eol,space
" vim-plug, https://github.com/junegunn/vim-plug
@ -55,6 +57,7 @@ Plug 'https://github.com/peterhoeg/vim-qml'
Plug 'https://github.com/rust-lang/rust.vim'
Plug 'https://github.com/cespare/vim-toml'
Plug 'https://github.com/arrufat/vala.vim'
Plug 'https://github.com/junegunn/fzf'
call plug#end()
" addtional stuff....