aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-11-17 00:33:59 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-11-17 00:33:59 -0500
commit83fce62a0b560a9cff4aa75fdabc601d7280d1f2 (patch)
tree30e053a709e98f4c5076cb4a6dcf5843c319f7dc /setup.sh
parent4a17da460143359f29ec1f6c5bb6812d82759cda (diff)
downloadvim-cfg-83fce62a0b560a9cff4aa75fdabc601d7280d1f2.tar.gz
vim-cfg-83fce62a0b560a9cff4aa75fdabc601d7280d1f2.tar.xz
Add gruvbox and some more docs to my init.vim. Remove true color in terminals by default
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 919e777..89764f6 100755
--- a/setup.sh
+++ b/setup.sh
@@ -53,3 +53,6 @@ clone
DIR="themes/dracula"
URL="https://github.com/dracula/vim.git"
clone
+DIR="themes/gruvbox"
+URL="https://github.com/morhetz/gruvbox"
+clone