aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-03-11 21:19:07 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-03-11 21:19:07 -0400
commitcff49e94d96730cf02cfabc5a321d49b6b77d03d (patch)
treef17cd13bae520e31136d95d502fcccdb0a4c935e
parentcec883702d25f769d41c55c33f07d48bf14d1572 (diff)
downloadvim-cfg-cff49e94d96730cf02cfabc5a321d49b6b77d03d.tar.gz
vim-cfg-cff49e94d96730cf02cfabc5a321d49b6b77d03d.tar.xz
Add monotone theme
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index cbdb930..d7f1c38 100755
--- a/setup.sh
+++ b/setup.sh
@@ -62,3 +62,6 @@ clone
DIR="bundle/gundo"
URL="https://github.com/sjl/gundo.vim"
clone
+DIR="themes/monotone"
+URL="https://github.com/Lokaltog/vim-monotone"
+clone