Add tmux plugins as submodules
This commit is contained in:
parent
d4fbf4d10b
commit
f4e05cd920
5 changed files with 16 additions and 0 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -52,3 +52,15 @@
|
|||
[submodule ".vim/bundle/ag"]
|
||||
path = .oldvim/vim/bundle/ag
|
||||
url = https://github.com/rking/ag.vim
|
||||
[submodule ".tmux/plugins/tpm"]
|
||||
path = .tmux/plugins/tpm
|
||||
url = git@github.com:tmux-plugins/tpm
|
||||
[submodule ".tmux/plugins/tmux-sensible"]
|
||||
path = .tmux/plugins/tmux-sensible
|
||||
url = git@github.com:tmux-plugins/tmux-sensible
|
||||
[submodule ".tmux/plugins/tmux-prefix-highlight"]
|
||||
path = .tmux/plugins/tmux-prefix-highlight
|
||||
url = git@github.com:tmux-plugins/tmux-prefix-highlight
|
||||
[submodule ".tmux/plugins/nord-tmux"]
|
||||
path = .tmux/plugins/nord-tmux
|
||||
url = git@github.com:arcticicestudio/nord-tmux
|
||||
|
|
|
|||
1
.tmux/plugins/nord-tmux
Submodule
1
.tmux/plugins/nord-tmux
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 4e2dc2a5065f5e8e67366700f803c733682e8f8c
|
||||
1
.tmux/plugins/tmux-prefix-highlight
Submodule
1
.tmux/plugins/tmux-prefix-highlight
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 15acc6172300bc2eb13c81718dc53da6ae69de4f
|
||||
1
.tmux/plugins/tmux-sensible
Submodule
1
.tmux/plugins/tmux-sensible
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 44af8d8eff820eedd9702704d832ceda6732b34c
|
||||
1
.tmux/plugins/tpm
Submodule
1
.tmux/plugins/tpm
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2afeff1529ec85d0c5ced5ece3714c2220b646a5
|
||||
Loading…
Add table
Add a link
Reference in a new issue