diff options
author | June McEnroe <programble@gmail.com> | 2012-08-31 15:35:21 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-08-31 15:35:21 -0400 |
commit | 36e14540df32903eb0d35bfb96b66d05f1a18060 (patch) | |
tree | f4cb4db82673bf2039d4fb860bf3665248586dd1 /.gitmodules | |
parent | Update itchy.vim (diff) | |
download | src-36e14540df32903eb0d35bfb96b66d05f1a18060.tar.gz src-36e14540df32903eb0d35bfb96b66d05f1a18060.zip |
Add base16-vim
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 92f2b4e3..8d1af4f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "bundle/refheap.vim"] path = bundle/refheap.vim url = https://github.com/Raynes/refheap.vim.git +[submodule "bundle/base16-vim"] + path = bundle/base16-vim + url = https://github.com/chriskempson/base16-vim.git |