From 51e92ffff3b4b46cff363d4c75090d05d5fdd192 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 25 Apr 2022 22:24:14 -0700 Subject: [PATCH] hook up the fuzzy finder --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 7d00cb6..5f9b369 100644 --- a/.vimrc +++ b/.vimrc @@ -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 nmap :set spell! nmap :set list! +nmap :FZF 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....