mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-12 03:43:46 -05:00
Added a flag for ignoring spaces
Added flag g:indent_guides_enable_on_vim_startup Controls whether spaces are considered for indent calculating
This commit is contained in:
@@ -52,6 +52,7 @@ call s:InitVariable('g:indent_guides_guide_size', 0 )
|
||||
call s:InitVariable('g:indent_guides_start_level', 1 )
|
||||
call s:InitVariable('g:indent_guides_enable_on_vim_startup', 0 )
|
||||
call s:InitVariable('g:indent_guides_debug', 0 )
|
||||
call s:InitVariable('g:indent_guides_space_guides', 1 )
|
||||
|
||||
" Default mapping
|
||||
nmap <Leader>ig :IndentGuidesToggle<CR>
|
||||
|
||||
Reference in New Issue
Block a user