aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-30 19:31:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-30 19:31:16 +1200
commit8aecf5d104fa69e24585540da9607054999b66f0 (patch)
treee21cf6c8673a6a2fcbe88c1e37e8791f051220c4 /.gitmodules
parentMerge branch 'release/v9.11.0' into develop (diff)
downloaddotfiles-8aecf5d104fa69e24585540da9607054999b66f0.tar.gz
dotfiles-8aecf5d104fa69e24585540da9607054999b66f0.zip
Spin detect_indent.vim out into its own plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 6a023a9b..41920514 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -14,6 +14,9 @@
[submodule "vim/bundle/cursorline_current"]
path = vim/bundle/cursorline_current
url = https://sanctum.geek.nz/code/vim-cursorline-current.git
+[submodule "vim/bundle/detect_indent"]
+ path = vim/bundle/detect_indent
+ url = https://sanctum.geek.nz/code/vim-detect-indent.git
[submodule "vim/bundle/digraph_search"]
path = vim/bundle/digraph_search
url = https://sanctum.geek.nz/code/vim-digraph-search.git