Add fzf-tab
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -1,15 +1,24 @@
|
||||
[submodule "zsh-history-substring-search"]
|
||||
path = plugins/zsh-history-substring-search
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
||||
ignore = untracked
|
||||
[submodule "zsh-syntax-highlighting"]
|
||||
path = plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
ignore = untracked
|
||||
[submodule "zsh-autosuggestions"]
|
||||
path = plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions.git
|
||||
ignore = untracked
|
||||
[submodule "zsh-completions"]
|
||||
path = plugins/zsh-completions
|
||||
url = https://github.com/zsh-users/zsh-completions.git
|
||||
ignore = untracked
|
||||
[submodule "spaceship-prompt"]
|
||||
path = plugins/spaceship-prompt
|
||||
url = https://github.com/spaceship-prompt/spaceship-prompt.git
|
||||
ignore = untracked
|
||||
[submodule "fzf-tab"]
|
||||
path = plugins/fzf-tab
|
||||
url = https://github.com/Aloxaf/fzf-tab.git
|
||||
ignore = untracked
|
||||
|
Reference in New Issue
Block a user