Adds fzf in place of command t
This commit is contained in:
parent
6b21ece902
commit
95a85a6893
4 changed files with 14 additions and 7 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -69,9 +69,6 @@
|
|||
[submodule "bundle/vim-jinja"]
|
||||
path = bundle/vim-jinja
|
||||
url = https://github.com/lepture/vim-jinja.git
|
||||
[submodule "bundle/command-t"]
|
||||
path = bundle/command-t
|
||||
url = https://github.com/wincent/command-t.git
|
||||
[submodule "bundle/vim-lion"]
|
||||
path = bundle/vim-lion
|
||||
url = git@github.com:tommcdo/vim-lion.git
|
||||
|
@ -90,3 +87,6 @@
|
|||
[submodule "bundle/vim-snippets"]
|
||||
path = bundle/vim-snippets
|
||||
url = git@github.com:honza/vim-snippets.git
|
||||
[submodule "bundle/fzf.vim"]
|
||||
path = bundle/fzf.vim
|
||||
url = https://github.com/junegunn/fzf.vim.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue