diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-01-28 16:31:00 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-01-28 16:31:00 +0100 |
commit | 7d0cb8eb3d43ddcd52ce5ac5b9f8fee797139d8c (patch) | |
tree | b55a7b302279ca325ffa535239a4f3c27953c2c6 /.gitmodules | |
parent | 19dd43f53c8cc1aa3bc3f11364736364e0f9686f (diff) | |
download | dotfiles-7d0cb8eb3d43ddcd52ce5ac5b9f8fee797139d8c.tar.gz dotfiles-7d0cb8eb3d43ddcd52ce5ac5b9f8fee797139d8c.tar.xz |
Add vim-monokai
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 32d53a0..e791dd8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,6 @@ [submodule ".vim/bundle/LaTeX-Box"] path = .vim/bundle/LaTeX-Box url = https://github.com/LaTeX-Box-Team/LaTeX-Box.git +[submodule ".vim/bundle/vim-monokai"] + path = .vim/bundle/vim-monokai + url = https://github.com/sickill/vim-monokai.git |