aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-06 16:53:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-06 16:53:59 +1200
commit5611cdf4c76981205f6a39c5179041c3ab45dbd2 (patch)
tree5d3403f26edabe684a7fdd93f784fdf26864b5d4 /.gitmodules
parentSpacing adjustments (diff)
downloaddotfiles-5611cdf4c76981205f6a39c5179041c3ab45dbd2.tar.gz
dotfiles-5611cdf4c76981205f6a39c5179041c3ab45dbd2.zip
Factor out password redaction into new plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 212a4e52..82c358ff 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -23,6 +23,9 @@
[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/redact_pass"]
+ path = vim/bundle/redact_pass
+ url = https://sanctum.geek.nz/code/vim-redact-pass.git
[submodule "vim/bundle/strip_trailing_whitespace"]
path = vim/bundle/strip_trailing_whitespace
url = https://sanctum.geek.nz/code/vim-strip-trailing-whitespace.git