mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-22 03:41:26 +08:00
Mitigate problems caused by default json syntax concealing quotes (#240)
* Respect original values of 'concealcursor' and 'conceallevel', so when user disables indentLine - quotes in JSON are back. * Mention this problem in FAQ to save time.
This commit is contained in:
committed by
Yggdroot
parent
7a7e368205
commit
02b31cd3af
@@ -180,11 +180,15 @@ COMMANDS *indentLine-commands*
|
||||
==============================================================================
|
||||
FAQ *indentLine-faq*
|
||||
|
||||
Q. How can I make the indent line visuall similar to the line used in Sublime
|
||||
Q. How can I make the indent line visual similar to the line used in Sublime
|
||||
Text 2?
|
||||
|
||||
A. Use let g:indentLine_char = '┊'
|
||||
|
||||
Q. I don't see quotes in JSON.
|
||||
|
||||
A. Use let g:vim_json_syntax_conceal = 0 or run :IndentLinesDisable
|
||||
|
||||
==============================================================================
|
||||
CHANGELOG *indentLine-changelog*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user