aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-25 20:44:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-25 20:44:31 +1200
commit62aaa4eb10340bd2597b35307abc978f20cefc9c (patch)
treed292886b57e1800fb5e340340407b34d65a4af1a /.gitmodules
parentMerge branch 'release/v1.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-62aaa4eb10340bd2597b35307abc978f20cefc9c.tar.gz
dotfiles-62aaa4eb10340bd2597b35307abc978f20cefc9c.zip
Merge branch 'release/v1.4.0'v1.4.0
* release/v1.4.0: Bump VERSION Rebuild dotfiles(7) manual page Update README.md about Vim mappings Add and apply new clear_local_maps.vim plugin Use <Leader> in vimrc where reasonable Reindent and refactor local leader mappings
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index dd10f0e4..46810091 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,6 +5,9 @@
[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/clear_local_maps"]
+ path = vim/bundle/clear_local_maps
+ url = https://sanctum.geek.nz/code/vim-clear-local-maps.git
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git