mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-11 11:23:47 -05:00
Help file formatting
This commit is contained in:
@@ -147,10 +147,11 @@ Default: 1. Values: 0 or 1.
|
|||||||
Use this option to explicitly specify a pattern for soft indentation. For
|
Use this option to explicitly specify a pattern for soft indentation. For
|
||||||
example to match spaces only in the beginning of line use ' ' pattern.
|
example to match spaces only in the beginning of line use ' ' pattern.
|
||||||
|
|
||||||
Default: '\s'. Values: vim regexp.
|
Default: '\s'. Values: Vim regexp.
|
||||||
>
|
>
|
||||||
let g:indent_guides_soft_pattern = ' '
|
let g:indent_guides_soft_pattern = ' '
|
||||||
<
|
<
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*'indent_guides_enable_on_vim_startup'*
|
*'indent_guides_enable_on_vim_startup'*
|
||||||
Use this option to control whether the plugin is enabled on Vim startup.
|
Use this option to control whether the plugin is enabled on Vim startup.
|
||||||
|
|||||||
Reference in New Issue
Block a user