diff --git a/.gitmodules b/.gitmodules index 28ed58e..7b3cca6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,9 @@ [submodule "pack/cedarvim/start/yats.vim"] path = pack/cedarvim/start/yats.vim url = https://github.com/HerringtonDarkholme/yats.vim +[submodule "pack/cedarvim/start/fzf.vim"] + path = pack/cedarvim/start/fzf.vim + url = https://github.com/junegunn/fzf.vim.git +[submodule "pack/cedarvim/start/fzf"] + path = pack/cedarvim/start/fzf + url = https://github.com/junegunn/fzf.git diff --git a/after/plugin/user_customizations.vim b/after/plugin/user_customizations.vim index fc0cca1..29006f2 100644 --- a/after/plugin/user_customizations.vim +++ b/after/plugin/user_customizations.vim @@ -1,3 +1,9 @@ +"fzf.vim configs +nmap :Rg! +nmap :RG! +nmap :Files +nmap :Buffer + " source user customizations if defined if filereadable(expand("~/.vimrc.after")) source ~/.vimrc.after diff --git a/pack/cedarvim/start/fzf b/pack/cedarvim/start/fzf new file mode 160000 index 0000000..d51b71e --- /dev/null +++ b/pack/cedarvim/start/fzf @@ -0,0 +1 @@ +Subproject commit d51b71ee8039df8f51bd348b43c68ee462d4a496 diff --git a/pack/cedarvim/start/fzf.vim b/pack/cedarvim/start/fzf.vim new file mode 160000 index 0000000..d1016db --- /dev/null +++ b/pack/cedarvim/start/fzf.vim @@ -0,0 +1 @@ +Subproject commit d1016dbd7cec2d2a3bb5863776c84b4034e4b85e