summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-03-07 22:33:35 -0800
committerMike Crute <mike@crute.us>2022-03-07 22:33:35 -0800
commit151609b8b214d4052f956d26bfe57dbcce3d87a9 (patch)
treeb6c0a64840093c427dc22b602aa466423b82f6ea /.gitmodules
parent2e4c0e8b47cb6214b6abf2849cf0f3bcbfb6ed2f (diff)
downloaddotfiles-151609b8b214d4052f956d26bfe57dbcce3d87a9.tar.bz2
dotfiles-151609b8b214d4052f956d26bfe57dbcce3d87a9.tar.xz
dotfiles-151609b8b214d4052f956d26bfe57dbcce3d87a9.zip
Use vim native package manager
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules60
1 files changed, 30 insertions, 30 deletions
diff --git a/.gitmodules b/.gitmodules
index 36280e5..3cc7d7c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,45 +1,45 @@
1[submodule ".vim/bundle/vim-puppet"] 1[submodule ".vim/pack/plugins/start/vim-puppet"]
2 path = .vim/bundle/vim-puppet 2 path = .vim/pack/plugins/start/vim-puppet
3 url = https://github.com/rodjek/vim-puppet.git 3 url = https://github.com/rodjek/vim-puppet.git
4[submodule ".vim/bundle/vim-vcl"] 4[submodule ".vim/pack/plugins/start/vim-vcl"]
5 path = .vim/bundle/vim-vcl 5 path = .vim/pack/plugins/start/vim-vcl
6 url = https://github.com/smerrill/vcl-vim-plugin.git 6 url = https://github.com/smerrill/vcl-vim-plugin.git
7[submodule ".vim/bundle/vim-textile"] 7[submodule ".vim/pack/plugins/start/vim-textile"]
8 path = .vim/bundle/vim-textile 8 path = .vim/pack/plugins/start/vim-textile
9 url = https://github.com/timcharper/textile.vim.git 9 url = https://github.com/timcharper/textile.vim.git
10[submodule ".vim/bundle/vim-go"] 10[submodule ".vim/pack/plugins/start/vim-go"]
11 path = .vim/bundle/vim-go 11 path = .vim/pack/plugins/start/vim-go
12 url = https://github.com/fatih/vim-go.git 12 url = https://github.com/fatih/vim-go.git
13[submodule ".vim/bundle/vim-vcscommand"] 13[submodule ".vim/pack/plugins/start/vim-vcscommand"]
14 path = .vim/bundle/vim-vcscommand 14 path = .vim/pack/plugins/start/vim-vcscommand
15 url = https://repo.or.cz/vcscommand.git 15 url = https://repo.or.cz/vcscommand.git
16[submodule ".vim/bundle/vim-docker"] 16[submodule ".vim/pack/plugins/start/vim-docker"]
17 path = .vim/bundle/vim-docker 17 path = .vim/pack/plugins/start/vim-docker
18 url = https://github.com/ekalinin/Dockerfile.vim.git 18 url = https://github.com/ekalinin/Dockerfile.vim.git
19[submodule ".vim/bundle/papercolor-theme"] 19[submodule ".vim/pack/plugins/start/papercolor-theme"]
20 path = .vim/bundle/papercolor-theme 20 path = .vim/pack/plugins/start/papercolor-theme
21 url = https://github.com/NLKNguyen/papercolor-theme.git 21 url = https://github.com/NLKNguyen/papercolor-theme.git
22[submodule ".vim/bundle/vim-toml"] 22[submodule ".vim/pack/plugins/start/vim-toml"]
23 path = .vim/bundle/vim-toml 23 path = .vim/pack/plugins/start/vim-toml
24 url = https://github.com/cespare/vim-toml.git 24 url = https://github.com/cespare/vim-toml.git
25[submodule ".vim/bundle/vim-logrotate"] 25[submodule ".vim/pack/plugins/start/vim-logrotate"]
26 path = .vim/bundle/vim-logrotate 26 path = .vim/pack/plugins/start/vim-logrotate
27 url = https://github.com/moon-musick/vim-logrotate.git 27 url = https://github.com/moon-musick/vim-logrotate.git
28[submodule ".vim/bundle/vim-graphql"] 28[submodule ".vim/pack/plugins/start/vim-graphql"]
29 path = .vim/bundle/vim-graphql 29 path = .vim/pack/plugins/start/vim-graphql
30 url = https://github.com/jparise/vim-graphql.git 30 url = https://github.com/jparise/vim-graphql.git
31[submodule ".vim/bundle/vim-hcl"] 31[submodule ".vim/pack/plugins/start/vim-hcl"]
32 path = .vim/bundle/vim-hcl 32 path = .vim/pack/plugins/start/vim-hcl
33 url = https://github.com/jvirtanen/vim-hcl.git 33 url = https://github.com/jvirtanen/vim-hcl.git
34[submodule ".vim/bundle/vim-hocon"] 34[submodule ".vim/pack/plugins/start/vim-hocon"]
35 path = .vim/bundle/vim-hocon 35 path = .vim/pack/plugins/start/vim-hocon
36 url = https://github.com/GEverding/vim-hocon.git 36 url = https://github.com/GEverding/vim-hocon.git
37[submodule ".vim/bundle/vim-nftables"] 37[submodule ".vim/pack/plugins/start/vim-nftables"]
38 path = .vim/bundle/vim-nftables 38 path = .vim/pack/plugins/start/vim-nftables
39 url = https://github.com/nfnty/vim-nftables 39 url = https://github.com/nfnty/vim-nftables
40[submodule ".vim/bundle/vim-bind-named"] 40[submodule ".vim/pack/plugins/start/vim-bind-named"]
41 path = .vim/bundle/vim-bind-named 41 path = .vim/pack/plugins/start/vim-bind-named
42 url = https://github.com/egberts/vim-syntax-bind-named.git 42 url = https://github.com/egberts/vim-syntax-bind-named.git
43[submodule "/home/mcrute/.vim/bundle/vim-undotree"] 43[submodule "/home/mcrute/.vim/pack/plugins/start/vim-undotree"]
44 path = .vim/bundle/vim-undotree 44 path = .vim/pack/plugins/start/vim-undotree
45 url = https://github.com/mbbill/undotree.git 45 url = https://github.com/mbbill/undotree.git