mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-11 19:33:47 -05:00
Added symmetrical option to disable indents for tab
nathanaelkane/vim-indent-guides#102
This commit is contained in:
@@ -142,6 +142,15 @@ Default: 1. Values: 0 or 1.
|
||||
let g:indent_guides_space_guides = 0
|
||||
<
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
*'indent_guides_tab_guides'*
|
||||
Use this option to control whether the plugin considers tabs as indention.
|
||||
|
||||
Default: 1. Values: 0 or 1.
|
||||
>
|
||||
let g:indent_guides_tab_guides = 0
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
*'indent_guides_soft_pattern'*
|
||||
Use this option to explicitly specify a pattern for soft indentation. For
|
||||
|
||||
Reference in New Issue
Block a user