aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 18:17:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 18:17:25 +1200
commit98b681e69e17a8011c1bfbef2ba74315e9c1174e (patch)
tree934685d88af8a47075e81925ee98456e61dcafae /.gitmodules
parentMerge branch 'release/v0.36.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-70916084620f3d3fb3ffa1bac4633b3958ec08aa.tar.gz (sig)
dotfiles-70916084620f3d3fb3ffa1bac4633b3958ec08aa.zip
Merge branch 'release/v0.37.0'v0.37.0
* release/v0.37.0: Bump VERSION Rebuild dotfiles(7) manual from source Update README.md to reflect Vim plugin state Spin off command_typos Vim plugin Spin off big_file_options Vim plugin Update Vim plugins Spin off strip_trailing_whitespace Vim plugin Spin off mail_mutt Vim plugin Spin off copy_linebreak Vim plugin Junk detect_background.vim and thereby autoload
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 49355178..e5d27293 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,13 +1,28 @@
# My Vim plugins
+[submodule "vim/bundle/big_file_options"]
+ path = vim/bundle/big_file_options
+ url = https://sanctum.geek.nz/code/vim-big-file-options.git
+[submodule "vim/bundle/copy_linebreak"]
+ path = vim/bundle/copy_linebreak
+ url = https://sanctum.geek.nz/code/vim-copy-linebreak.git
[submodule "vim/bundle/fixed_join"]
path = vim/bundle/fixed_join
url = https://sanctum.geek.nz/code/vim-fixed-join.git
[submodule "vim/bundle/insert_suspend_hlsearch"]
path = vim/bundle/insert_suspend_hlsearch
url = https://sanctum.geek.nz/code/vim-insert-suspend-hlsearch.git
+[submodule "vim/bundle/mail_mutt"]
+ path = vim/bundle/mail_mutt
+ url = https://sanctum.geek.nz/code/vim-mail-mutt.git
+[submodule "vim/bundle/strip_trailing_whitespace"]
+ path = vim/bundle/strip_trailing_whitespace
+ url = https://sanctum.geek.nz/code/vim-strip-trailing-whitespace.git
[submodule "vim/bundle/toggle_option_flags"]
path = vim/bundle/toggle_option_flags
url = https://sanctum.geek.nz/code/vim-toggle-option-flags.git
+[submodule "vim/bundle/uncap_ex"]
+ path = vim/bundle/uncap_ex
+ url = https://sanctum.geek.nz/code/vim-uncap-ex.git
# My Vim colorschemes
[submodule "vim/bundle/juvenile"]