From 6ff2c9f8f41b0f6227faa9adac1e290bd717f759 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Oct 2015 11:42:42 -0400 Subject: Add 'scriptease' plugin To facilitate Vim plugin development. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index dd21427..666a9ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,3 +51,6 @@ [submodule "bundle/vim-grappele"] path = bundle/vim-grappele url = https://github.com/teddywing/vim-grappele.git +[submodule "bundle/vim-scriptease"] + path = bundle/vim-scriptease + url = https://github.com/tpope/vim-scriptease.git -- cgit v1.2.3