Skip to content

Commit

Permalink
Fix problem with indent guides
Browse files Browse the repository at this point in the history
Found the setting here: morhetz/gruvbox#1
  • Loading branch information
jacderida committed Sep 6, 2017
1 parent 1db9368 commit e97dbd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ let g:rainbow_active=1

let g:airline_powerline_fonts = 1

let g:gruvbox_invert_indent_guides=1
let g:indent_guides_guide_size=1
let g:indent_guides_auto_colors = 0
let g:indent_guides_enable_on_vim_startup = 1
let g:indent_guides_exclude_filetypes = ['help', 'nerdtree']
autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=black
autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=black

if has("win32")
" These settings are to get ConEmu and Vim in Git Bash to play nice.
Expand Down

0 comments on commit e97dbd5

Please sign in to comment.