You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! This plugin looks really useful for my purposes. However, whenever I add inline LaTeX to any document (enclosed within $ .. $) and call enable_virt, I am faced with empty spaces after the LaTeX code which shifts the rest of the text to the right of the screen. EDIT: (Or, rather, the text following the math is not shifted back, and the concealed TeX still seems to occupy as much space as it does before it is concealed away.)
Before enabling virt:
After enabling virt:
The plugin setup here is quite minimal --- only nabla and treesitter are installed.
Is this intended behaviour, or is it just not how nabla works? I've tried to follow the provided documentation but I'm getting a bit stuck. The first screenshot on the main page seems to suggest this is possible: the spacing of the text after "2\pi" seems to be normal, and as one might expect from e.g. VimTeX's concealment feature.
Thank you for your hard work!
The text was updated successfully, but these errors were encountered:
I've opened a PR #70 that should fix this. These changes are applied on my fork Beastwick18/nabla.nvim if you want to use that in the meantime. Also let me know if there are issues regarding the PR.
Hello! This plugin looks really useful for my purposes. However, whenever I add inline LaTeX to any document (enclosed within
$ .. $
) and callenable_virt
, I am faced with empty spaces after the LaTeX code which shifts the rest of the text to the right of the screen. EDIT: (Or, rather, the text following the math is not shifted back, and the concealed TeX still seems to occupy as much space as it does before it is concealed away.)Before enabling virt:
After enabling virt:
The plugin setup here is quite minimal --- only nabla and treesitter are installed.
Is this intended behaviour, or is it just not how nabla works? I've tried to follow the provided documentation but I'm getting a bit stuck. The first screenshot on the main page seems to suggest this is possible: the spacing of the text after "2\pi" seems to be normal, and as one might expect from e.g. VimTeX's concealment feature.
Thank you for your hard work!
The text was updated successfully, but these errors were encountered: