wip
This commit is contained in:
parent
d7341f6ebe
commit
2a4530c56d
3 changed files with 7 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -22,3 +22,7 @@
|
||||||
path = .fzf
|
path = .fzf
|
||||||
url = https://github.com/unixorn/fzf-zsh-plugin.git
|
url = https://github.com/unixorn/fzf-zsh-plugin.git
|
||||||
branch = main
|
branch = main
|
||||||
|
[submodule ".zsh/plugins/fzf-tab"]
|
||||||
|
path = .zsh/plugins/fzf-tab
|
||||||
|
url = https://github.com/Aloxaf/fzf-tab.git
|
||||||
|
branch = master
|
||||||
|
|
|
@ -7,6 +7,7 @@ local zAgentManagement="$zplug/custom/agent.zsh"
|
||||||
local zCommandNotFound="$zplug/custom/command-not-found.plugin.zsh"
|
local zCommandNotFound="$zplug/custom/command-not-found.plugin.zsh"
|
||||||
|
|
||||||
local zFzf="$HOME/.fzf/fzf-zsh-plugin.plugin.zsh"
|
local zFzf="$HOME/.fzf/fzf-zsh-plugin.plugin.zsh"
|
||||||
|
local zFzfTab="$zplug/fzf-tab/fzf-tab.plugin.zsh"
|
||||||
local zAutosg="$zplug/autosuggestions/zsh-autosuggestions.zsh"
|
local zAutosg="$zplug/autosuggestions/zsh-autosuggestions.zsh"
|
||||||
local zSynthl="$zplug/syntax-highlighting/zsh-syntax-highlighting.zsh"
|
local zSynthl="$zplug/syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||||
local zAutopairs="$zplug/autopairs/autopair.zsh"
|
local zAutopairs="$zplug/autopairs/autopair.zsh"
|
||||||
|
@ -18,6 +19,7 @@ local _pluginlist=(
|
||||||
"$zTruecolor"
|
"$zTruecolor"
|
||||||
"$zAutopairs"
|
"$zAutopairs"
|
||||||
"$zFzf"
|
"$zFzf"
|
||||||
|
"$zFzfTab"
|
||||||
"$zFzfCd"
|
"$zFzfCd"
|
||||||
"$zAgentManagement"
|
"$zAgentManagement"
|
||||||
"$zCommandNotFound"
|
"$zCommandNotFound"
|
||||||
|
|
1
.zsh/plugins/fzf-tab
Submodule
1
.zsh/plugins/fzf-tab
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2abe1f2f1cbcb3d3c6b879d849d683de5688111f
|
Loading…
Add table
Add a link
Reference in a new issue