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:
1
.config/vim/pack/plugins/opt/fzf
Symbolic link
1
.config/vim/pack/plugins/opt/fzf
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../../.local/bin/fzf-repo/
|
||||||
1
.config/vim/pack/plugins/opt/fzf.vim
Submodule
1
.config/vim/pack/plugins/opt/fzf.vim
Submodule
Submodule .config/vim/pack/plugins/opt/fzf.vim added at 61c4b6d1ed
@@ -9,6 +9,9 @@ endif
|
|||||||
packadd! onedark.vim
|
packadd! onedark.vim
|
||||||
" Automatically close parentheses, brackets, quotes, etc.
|
" Automatically close parentheses, brackets, quotes, etc.
|
||||||
packadd! delimitMate
|
packadd! delimitMate
|
||||||
|
" Fuzzy finder
|
||||||
|
packadd! fzf
|
||||||
|
packadd! fzf.vim
|
||||||
" Git information
|
" Git information
|
||||||
packadd! vim-gitgutter
|
packadd! vim-gitgutter
|
||||||
" Surround text with parentheses, brackets, quotes, tags, etc.
|
" Surround text with parentheses, brackets, quotes, tags, etc.
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -25,6 +25,9 @@
|
|||||||
[submodule ".config/vim/pack/plugins/opt/delimitMate"]
|
[submodule ".config/vim/pack/plugins/opt/delimitMate"]
|
||||||
path = .config/vim/pack/plugins/opt/delimitMate
|
path = .config/vim/pack/plugins/opt/delimitMate
|
||||||
url = https://github.com/Raimondi/delimitMate.git
|
url = https://github.com/Raimondi/delimitMate.git
|
||||||
|
[submodule ".config/vim/pack/plugins/opt/fzf.vim"]
|
||||||
|
path = .config/vim/pack/plugins/opt/fzf.vim
|
||||||
|
url = https://github.com/junegunn/fzf.vim
|
||||||
[submodule ".config/vim/pack/plugins/opt/onedark.vim"]
|
[submodule ".config/vim/pack/plugins/opt/onedark.vim"]
|
||||||
path = .config/vim/pack/plugins/opt/onedark.vim
|
path = .config/vim/pack/plugins/opt/onedark.vim
|
||||||
url = https://github.com/joshdick/onedark.vim
|
url = https://github.com/joshdick/onedark.vim
|
||||||
|
|||||||
Reference in New Issue
Block a user