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 | |
parent | 089771a8cf6eaf69aba0d7b37442a3b815aa7960 (diff) | |
download | dotvim-f540f2d90c1f972903ad011e9376dff529ff90ee.tar.bz2 |
Add 'nohai' plugin
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-nohai | 0 |
2 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 diff --git a/bundle/vim-nohai b/bundle/vim-nohai new file mode 160000 +Subproject 89152f2e6ba1fe65515c3a038051377cd00e945 |