From f540f2d90c1f972903ad011e9376dff529ff90ee Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 14 Dec 2019 21:41:16 +0100 Subject: Add 'nohai' plugin --- .gitmodules | 3 +++ bundle/vim-nohai | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-nohai 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 index 0000000..89152f2 --- /dev/null +++ b/bundle/vim-nohai @@ -0,0 +1 @@ +Subproject commit 89152f2e6ba1fe65515c3a038051377cd00e9451 -- cgit v1.2.3