mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-11 03:13:46 -05:00
Upped the default value of g:indent_guides_auto_colors_change_percent to 0.20
This commit is contained in:
@@ -29,7 +29,7 @@ let g:indent_guides_auto_colors =
|
||||
|
||||
let g:indent_guides_auto_colors_change_percent =
|
||||
\ exists('g:indent_guides_auto_colors_change_percent') ?
|
||||
\ g:indent_guides_auto_colors_change_percent : 0.10
|
||||
\ g:indent_guides_auto_colors_change_percent : 0.20
|
||||
|
||||
let g:indent_guides_debug =
|
||||
\ exists('g:indent_guides_debug') ?
|
||||
|
||||
Reference in New Issue
Block a user