vim-markdown icon indicating copy to clipboard operation
vim-markdown copied to clipboard

Link hidden even when trying to edit it

Open osdiab opened this issue 8 years ago • 4 comments

If you make a link using markdown syntax, the conceal feature does not unconceal the actual markdown for the link when you're in insert mode inside the link text. This makes it difficult to edit a link after it's been added to the document.

Going into visual mode does unconceal it. Is there a way to unconceal it when the cursor is on the link text, regardless of what mode you're in? Or at least when in insert mode?

osdiab avatar Jun 03 '16 02:06 osdiab

What you describe seems ideal.

Does vim allow for this behavior to be implemented?

prat0088 avatar Dec 01 '16 01:12 prat0088

I solved the problem by adding let g:indentLine_concealcursor = "nc" into the .vimrc

sigoden avatar Aug 01 '17 11:08 sigoden

I solved the problem by adding let g:indentLine_concealcursor = "nc" into the .vimrc

This works like a charm. Thank you!

aggroot avatar Feb 02 '21 11:02 aggroot

Yes! That it works! Thanks

cesarcori avatar Mar 20 '22 02:03 cesarcori