Skip to content

How to prevent concealing virtual text generated by other plugins #427

Discussion options

You must be logged in to vote

Ah, in 0.11.x there is support for hiding lines vertically via conceal_lines, which is the new default border behavior. There's logic to check the version of neovim you are running and fallback to the old behavior which is why things still work in 0.10.x. If you want to get the old behavior you can set the code.border value to thin:

require('render-markdown').setup({
    code = { border = 'thin' },
})

I wouldn't say this is a thing that works by design or anything like that. It just so happens that the way the plugins add marks don't conflict with this approach, which is all you can really ask for.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@HadyMash
Comment options

@MeanderingProgrammer
Comment options

Answer selected by HadyMash
@HadyMash
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants