aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-12-11 14:25:27 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-12-11 14:25:27 +0100
commiteb77cd16400adcad2c110f314dbc74a04ead31d0 (patch)
tree4efd0963279595f5504008f7be329726c63e93a5 /.gitmodules
parent49630d460a76d1cc002f8bc9ea495d014cbf9925 (diff)
Apply submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules57
1 files changed, 57 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..887bb09
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,57 @@
+[submodule ".config/shell/vendor/bash/feature-auto-completion"]
+ path = .config/shell/vendor/bash/feature-auto-completion
+ url = https://github.com/scop/bash-completion.git
+[submodule ".vim/bundle/feature-camelcasemotion"]
+ path = .vim/bundle/feature-camelcasemotion
+ url = https://github.com/tyil/camelcasemotion.git
+[submodule ".vim/bundle/feature-rainbow-parenthesis"]
+ path = .vim/bundle/feature-rainbow-parenthesis
+ url = https://github.com/luochen1990/rainbow
+[submodule ".vim/bundle/syntax-go"]
+ path = .vim/bundle/syntax-go
+ url = https://github.com/fatih/vim-go
+[submodule ".vim/bundle/syntax-hcl"]
+ path = .vim/bundle/syntax-hcl
+ url = https://github.com/jvirtanen/vim-hcl.git
+[submodule ".vim/bundle/syntax-helm"]
+ path = .vim/bundle/syntax-helm
+ url = https://github.com/towolf/vim-helm
+[submodule ".vim/bundle/syntax-ledger"]
+ path = .vim/bundle/syntax-ledger
+ url = https://github.com/ledger/vim-ledger
+[submodule ".vim/bundle/syntax-markdown"]
+ path = .vim/bundle/syntax-markdown
+ url = https://github.com/plasticboy/vim-markdown
+[submodule ".vim/bundle/syntax-mustache"]
+ path = .vim/bundle/syntax-mustache
+ url = https://github.com/mustache/vim-mustache-handlebars
+[submodule ".vim/bundle/syntax-raku"]
+ path = .vim/bundle/syntax-raku
+ url = https://github.com/raku/vim-raku.git
+[submodule ".vim/bundle/syntax-terraform"]
+ path = .vim/bundle/syntax-terraform
+ url = https://github.com/hashivim/vim-terraform
+[submodule ".vim/bundle/syntax-todo"]
+ path = .vim/bundle/syntax-todo
+ url = https://github.com/freitass/todo.txt-vim.git
+[submodule ".vim/bundle/syntax-toml"]
+ path = .vim/bundle/syntax-toml
+ url = https://github.com/cespare/vim-toml.git
+[submodule ".vim/bundle/theme-codedark"]
+ path = .vim/bundle/theme-codedark
+ url = https://github.com/tomasiser/vim-code-dark
+[submodule ".vim/bundle/theme-colorsbox"]
+ path = .vim/bundle/theme-colorsbox
+ url = https://github.com/mkarmona/colorsbox.git
+[submodule ".vim/bundle/theme-jellybeans"]
+ path = .vim/bundle/theme-jellybeans
+ url = https://github.com/nanotech/jellybeans.vim.git
+[submodule ".vim/bundle/theme-molokai"]
+ path = .vim/bundle/theme-molokai
+ url = https://github.com/tomasr/molokai.git
+[submodule ".weechat/vendor/protocol-slack"]
+ path = .weechat/vendor/protocol-slack
+ url = https://github.com/wee-slack/wee-slack
+[submodule ".config/shell/vendor/zsh/feature-syntax-highlighting"]
+ path = .config/shell/vendor/zsh/feature-syntax-highlighting
+ url = https://github.com/zsh-users/zsh-syntax-highlighting.git