mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-10 20:33:47 -05:00
Merge pull request #67 from isaachess/indentLine-defaults
indentLine defaults only applied if not supplied by user
This commit is contained in:
@@ -607,8 +607,12 @@ endif
|
|||||||
" }}}
|
" }}}
|
||||||
" IndentLine: {{{
|
" IndentLine: {{{
|
||||||
|
|
||||||
|
if !exists('g:indentLine_color_term')
|
||||||
let g:indentLine_color_term = s:gb.dark2[1]
|
let g:indentLine_color_term = s:gb.dark2[1]
|
||||||
|
endif
|
||||||
|
if !exists('g:indentLine_color_gui')
|
||||||
let g:indentLine_color_gui = '#' . s:gb.dark2[0]
|
let g:indentLine_color_gui = '#' . s:gb.dark2[0]
|
||||||
|
endif
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" Rainbow Parentheses: {{{
|
" Rainbow Parentheses: {{{
|
||||||
|
|||||||
Reference in New Issue
Block a user