calebsmith / vim-lambdify

Vim plugin that conceals lambda/function syntax with lambda characters
BSD 2-Clause "Simplified" License
52 stars 8 forks source link

Markdown links source hidden #17

Open alx741 opened 8 years ago

alx741 commented 8 years ago

When vim-lambdify is installed it hides markdown links like:

[Link text](http://www.example.org) so only the text is visible while the cursor is not on top of it Link text, the behavior can be useful, but should be configurable. It can get in the way of the document formatting, right now the only way to avoid it is to uninstall the plugin.