mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-06 12:14:25 +08:00
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
*indentLine.txt* Show vertical lines for indent with conceal feature
|
|
|
|
CONTENTS *indentLine-contents*
|
|
Introduction |indentLine-introduction|
|
|
Config |indentLine-config|
|
|
FAQ |indentLine-faq|
|
|
Changelog |indentLine-changelog|
|
|
|
|
==============================================================================
|
|
INTRODUCTION *indentLine-introduction*
|
|
|
|
==============================================================================
|
|
CONFIG *indentLine-config*
|
|
|
|
------------------------------------------------------------------------------
|
|
VARIABLES *indentLine-variables*
|
|
|
|
g:loaded_indentLine *g:loaded_indentLine*
|
|
Whether load indentLine plugin.
|
|
Default value is 0.
|
|
|
|
g:indentLine_char *g:indentLine_char*
|
|
Specify a character to be used as indent line.
|
|
You also can use other characters:
|
|
| ¦ ┆ │
|
|
Default value is "|".
|
|
|
|
g:indentLine_color_term *g:indentLine_color_term*
|
|
Specify terminal vim indent line color.
|
|
|
|
|
|
g:indentLine_color_gui *g:indentLine_color_gui*
|
|
Specify GUI vim indent line color.
|
|
|
|
|
|
g:indentLine_indentLevel *g:indentLine_indentLevel*
|
|
Specify how much indent level do you want to use for
|
|
indentLine. Most program will not has bigger indent level than
|
|
20.
|
|
Default value is 20.
|
|
|
|
|
|
==============================================================================
|
|
FAQ *indentLine-faq*
|
|
|
|
==============================================================================
|
|
vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0
|