From cb58af130d6727c1e7a34db4ca9ba8cd5fe73323 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 8 May 2019 21:07:19 +0100 Subject: Testing gruvbox --- .gitmodules | 3 +++ bundle/gruvbox | 1 + vimrc | 14 ++++++-------- 3 files changed, 10 insertions(+), 8 deletions(-) create mode 160000 bundle/gruvbox diff --git a/.gitmodules b/.gitmodules index 2e32143..bdb4453 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "bundle/terminus"] path = bundle/terminus url = https://github.com/wincent/terminus +[submodule "bundle/gruvbox"] + path = bundle/gruvbox + url = https://github.com/morhetz/gruvbox.git diff --git a/bundle/gruvbox b/bundle/gruvbox new file mode 160000 index 0000000..cb4e7a5 --- /dev/null +++ b/bundle/gruvbox @@ -0,0 +1 @@ +Subproject commit cb4e7a5643f7d2dd40e694bcbd28c4b89b185e86 diff --git a/vimrc b/vimrc index 2971922..e817833 100644 --- a/vimrc +++ b/vimrc @@ -67,11 +67,13 @@ call pathogen#helptags() " looks nice; apparently needs to go after pathogen set termguicolors set background=dark -let g:monokai_term_italic=1 -colorscheme monokai +let g:gruvbox_italic=1 +let g:gruvbox_contrast_dark="hard" +colorscheme gruvbox -" show the cursor line -set cursorline +" EOL whitespace +hi WhitespaceEOL ctermbg=red guibg=red +match WhitespaceEOL /\s\+$/ " for tmux, screen, etc set t_ut= @@ -87,10 +89,6 @@ au CursorHold,CursorHoldI * checktime map :NERDTreeToggle let NERDTreeQuitOnOpen=1 -" highlight end of line whitespace -highlight WhitespaceEOL ctermbg=red guibg=red -match WhitespaceEOL /\s\+$/ - "" gen_tags.vim (reguires GNU global, aka gtags) " disable ctags completely, use it through gtags plugin let g:loaded_gentags#ctags = 1 -- cgit v1.2.3