Replies: 1 comment 5 replies
-
All mode values are supported, you just need to use the correct values from require('render-markdown').setup({
render_modes = { 'n', 'c', 't', 'v', 'V', '\22' },
})
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not disabling conceal only in the current line but in the whole file.
Is it expected?
Is it possible to disable conceal only in the current / selected lines?
Update:
It seems adding "v" to
render_modes
almost do the trick, the one I need to add there is actuallyV-LINE
andV-BLOCK
but not sure it supports this value.Readme says:
Interesting that
v
also seems to work in there.Thanks
Beta Was this translation helpful? Give feedback.
All reactions