vim: Add fzf plugin

Symlink the fzf repo into the plugin directory and `packadd` it.
Add fzf.vim (that depends on the base fzf as plugin).
This commit is contained in:
2020-11-07 03:19:33 +01:00
parent 5c19bd6414
commit 00c6274d2d
4 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../../.local/bin/fzf-repo/

View File

@@ -9,6 +9,9 @@ endif
packadd! onedark.vim
" Automatically close parentheses, brackets, quotes, etc.
packadd! delimitMate
" Fuzzy finder
packadd! fzf
packadd! fzf.vim
" Git information
packadd! vim-gitgutter
" Surround text with parentheses, brackets, quotes, tags, etc.