mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-10 19:03:47 -05:00
Lowered the indent levels option default to 30
This commit is contained in:
@@ -26,7 +26,7 @@ command! IndentGuidesDisable call s:IndentGuidesDisable()
|
|||||||
" Default options
|
" Default options
|
||||||
let g:indent_guides_indent_levels =
|
let g:indent_guides_indent_levels =
|
||||||
\ exists('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 =
|
let g:indent_guides_auto_colors =
|
||||||
\ exists('g:indent_guides_auto_colors') ?
|
\ exists('g:indent_guides_auto_colors') ?
|
||||||
|
|||||||
Reference in New Issue
Block a user