diff options
author | June McEnroe <programble@gmail.com> | 2013-11-03 00:32:35 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-11-03 00:32:35 -0400 |
commit | 2fd178552c36870717b2126d19d51db980f6e4f9 (patch) | |
tree | 5bee7df5564be5a851cd6b2a6d22e2f068debffb /.gitmodules | |
parent | Replace vim-gitgutter with vim-signify (diff) | |
download | src-2fd178552c36870717b2126d19d51db980f6e4f9.tar.gz src-2fd178552c36870717b2126d19d51db980f6e4f9.zip |
Disable Airline whitespace extension
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c7c86511..f8ce5bf2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "bundle/vim-signify"] path = bundle/vim-signify url = https://github.com/mhinz/vim-signify.git +[submodule "bundle/jellybeans.vim"] + path = bundle/jellybeans.vim + url = https://github.com/programble/jellybeans.vim |