aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-02 14:58:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-02 14:59:22 +1200
commit9b75b0d7b0870144d609165c4c0f826f50778b65 (patch)
treedde82c3dc68da43891cb431d0d71be017b4c1eed /.gitmodules
parentMerge branch 'release/v0.40.0' into develop (diff)
downloaddotfiles-9b75b0d7b0870144d609165c4c0f826f50778b65.tar.gz
dotfiles-9b75b0d7b0870144d609165c4c0f826f50778b65.zip
Remove unimpaired.vim
Replace it with new plugin put_blank_lines.vim and new mappings to cycle between open buffers: the only features from the plugin that I actually use in recent memory.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 53d12410..158c0cb1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -17,6 +17,9 @@
[submodule "vim/bundle/mail_mutt"]
path = vim/bundle/mail_mutt
url = https://sanctum.geek.nz/code/vim-mail-mutt.git
+[submodule "vim/bundle/put_blank_lines"]
+ path = vim/bundle/put_blank_lines
+ url = https://sanctum.geek.nz/code/vim-put-blank-lines.git
[submodule "vim/bundle/strip_trailing_whitespace"]
path = vim/bundle/strip_trailing_whitespace
url = https://sanctum.geek.nz/code/vim-strip-trailing-whitespace.git
@@ -48,6 +51,3 @@
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://sanctum.geek.nz/clone/vim-surround.git
-[submodule "vim/bundle/unimpaired"]
- path = vim/bundle/unimpaired
- url = https://sanctum.geek.nz/clone/vim-unimpaired.git