diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | vim/.vim/bundle/gruvbox | 0 | ||||
-rw-r--r-- | vim/.vimrc | 4 |
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 @@ -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 |