mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-11 11:23:47 -05:00
Rearranged the option defaults
This commit is contained in:
@@ -23,17 +23,17 @@ 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 : 50
|
||||||
|
|
||||||
let g:indent_guides_debug =
|
|
||||||
\ exists('g:indent_guides_debug') ?
|
|
||||||
\ g:indent_guides_debug : 0
|
|
||||||
|
|
||||||
let g:indent_guides_auto_colors =
|
let g:indent_guides_auto_colors =
|
||||||
\ exists('g:indent_guides_auto_colors') ?
|
\ exists('g:indent_guides_auto_colors') ?
|
||||||
\ g:indent_guides_auto_colors : 1
|
\ g:indent_guides_auto_colors : 1
|
||||||
|
|
||||||
let g:indent_guides_auto_colors_change_percent =
|
let g:indent_guides_auto_colors_change_percent =
|
||||||
\ exists('g:indent_guides_auto_colors_change_percent') ?
|
\ exists('g:indent_guides_auto_colors_change_percent') ?
|
||||||
\ g:indent_guides_auto_colors_change_percent : 0.20
|
\ g:indent_guides_auto_colors_change_percent : 0.10
|
||||||
|
|
||||||
|
let g:indent_guides_debug =
|
||||||
|
\ exists('g:indent_guides_debug') ?
|
||||||
|
\ g:indent_guides_debug : 0
|
||||||
|
|
||||||
" Default mapping
|
" Default mapping
|
||||||
nmap <Leader>ig :IndentGuidesToggle<CR>
|
nmap <Leader>ig :IndentGuidesToggle<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user