diff options
author | Teddy Wing | 2019-12-14 21:41:16 +0100 |
---|---|---|
committer | Teddy Wing | 2019-12-15 21:23:40 +0100 |
commit | f540f2d90c1f972903ad011e9376dff529ff90ee (patch) | |
tree | 9ad753d28db6c9f41dcc66eecaa1cf7dd88c2396 /.gitmodules | |
parent | 089771a8cf6eaf69aba0d7b37442a3b815aa7960 (diff) | |
download | dotvim-f540f2d90c1f972903ad011e9376dff529ff90ee.tar.bz2 |
Add 'nohai' plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 72e25f0..16ea6b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -104,3 +104,6 @@ [submodule "bundle/undotree"] path = bundle/undotree url = https://github.com/mbbill/undotree.git +[submodule "bundle/vim-nohai"] + path = bundle/vim-nohai + url = https://github.com/teddywing/vim-nohai.git |