Lowered the indent levels option default to 30
This commit is contained in:
parent
8722b7d6e1
commit
a6bf741951
@ -26,7 +26,7 @@ command! IndentGuidesDisable call s:IndentGuidesDisable()
|
||||
" Default options
|
||||
let g:indent_guides_indent_levels =
|
||||
\ exists('g:indent_guides_indent_levels') ?
|
||||
\ g:indent_guides_indent_levels : 50
|
||||
\ g:indent_guides_indent_levels : 30
|
||||
|
||||
let g:indent_guides_auto_colors =
|
||||
\ exists('g:indent_guides_auto_colors') ?
|
||||
|
Loading…
Reference in New Issue
Block a user