vim-orgmode
vim-orgmode copied to clipboard
if there is a link embedded, the link itself is still takingup space in the editor but just not showing
[link][]text text
shows up in my editor like this.
it gets super hard to read the hierarchcies if it changes line
Unfortunately I believe this is the way conceal works in vim because it just works on visual part of the buffer but not on the actual buffer content. If you have any ideas how to fix maybe you can submit a PR?