summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2016-12-17 16:40:35 -0600
committerBobby Bingham <koorogi@koorogi.info>2016-12-18 12:07:42 -0600
commit1f53254c86e581c4b639542d2722ff48b5113baa (patch)
treec7f616a5111533c8b8683884a786575f01f637cc
parent062501f7b5e86703e5027a589a9f620b9b4a50e5 (diff)
vim: switch to gruvbox color scheme
-rw-r--r--.gitmodules3
m---------vim/.vim/bundle/gruvbox0
-rw-r--r--vim/.vimrc4
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 28773fe..e347273 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "vim/.vim/bundle/vimwiki"]
path = vim/.vim/bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
+[submodule "vim/.vim/bundle/gruvbox"]
+ path = vim/.vim/bundle/gruvbox
+ url = https://github.com/morhetz/gruvbox.git
diff --git a/vim/.vim/bundle/gruvbox b/vim/.vim/bundle/gruvbox
new file mode 160000
+Subproject 127c9d14d4bac1bac31e328b835a8919a255789
diff --git a/vim/.vimrc b/vim/.vimrc
index e9f9009..64bdba0 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -18,7 +18,9 @@ set shiftwidth=4
set wildmenu
" color settings
-colorscheme slate
+set background=dark
+let g:gruvbox_contrast_dark='hard'
+colorscheme gruvbox
syntax on
" remove trailing whitespace when saving