From 83fce62a0b560a9cff4aa75fdabc601d7280d1f2 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 17 Nov 2018 00:33:59 -0500 Subject: Add gruvbox and some more docs to my init.vim. Remove true color in terminals by default --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.sh') 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 -- cgit v1.2.3