diff options
| author | Teddy Wing | 2015-10-03 11:42:42 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-10-03 11:42:42 -0400 |
| commit | 6ff2c9f8f41b0f6227faa9adac1e290bd717f759 (patch) | |
| tree | cedd29d5abae91a19cdc677590960c1cc22082c5 /.gitmodules | |
| parent | a8b4bf9e886f754c62718b3db6dfebce7d7bddd5 (diff) | |
| download | dotvim-6ff2c9f8f41b0f6227faa9adac1e290bd717f759.tar.bz2 | |
Add 'scriptease' plugin
To facilitate Vim plugin development.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
