-
Notifications
You must be signed in to change notification settings - Fork 79
-
In normal mode the line of the cursor is rendered without concealed text. Is it possible to not only disable concealing for that single line, but for a number of lines above and below the cursor?
If I understand correctly that is exactly what the anti_conceal.before and .after settings do, but for text added by the plugin.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
The conceal behavior is determined by the concealcursor option, :h 'concealcursor', which this plugin modifies for attached buffers to achieve the anti_conceal effect. Unfortunately I'm not aware of any way to extend that to more lines than just the current one. It may be an existing option so if you come across it LMK!
Beta Was this translation helpful? Give feedback.
All reactions
-
I see, thanks for the insight! I also could not find anything about extending it to multiple lines :(
Beta Was this translation helpful? Give feedback.