You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
indentLine will overwrite your "concealcursor" and "conceallevel" with default value:
```vim
let g:indentLine_concealcursor = 'inc'
let g:indentLine_conceallevel = 2
```
But that would mean that on the line the cursor is on, all "conceal effects" would be removed, right? This is not the case when I use the plugin. I have to set concealcursor-=inc manually and then I have also have to set let g:indentLine_setConceal = 0 to make it work.
I understand why "inc" is not actually the default but this should be documented correctly to avoid confusion.
The text was updated successfully, but these errors were encountered:
The README states that this plugin uses the value "inc" for the
concealcursor
setting by default:indentLine/README.md
Lines 77 to 82 in 7753505
But that would mean that on the line the cursor is on, all "conceal effects" would be removed, right? This is not the case when I use the plugin. I have to set
concealcursor-=inc
manually and then I have also have to setlet g:indentLine_setConceal = 0
to make it work.I understand why "inc" is not actually the default but this should be documented correctly to avoid confusion.
The text was updated successfully, but these errors were encountered: