VIM: Adds fzf plugin
FZF is a fuzzy searcher that can be found here: https://github.com/junegunn/fzf I use it for a lot of things inside and outside vim
This commit is contained in:
parent
409d99d713
commit
2830500014
4 changed files with 13 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -22,3 +22,6 @@
|
|||
[submodule "nvim/.config/nvim/pack/opt/gruvbox"]
|
||||
path = nvim/.config/nvim/pack/bundle/opt/gruvbox
|
||||
url = https://github.com/morhetz/gruvbox.git
|
||||
[submodule "nvim/.config/nvim/pack/bundle/opt/fzf.vim"]
|
||||
path = nvim/.config/nvim/pack/bundle/opt/fzf.vim
|
||||
url = https://github.com/junegunn/fzf.vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue