-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virt_lines support #35
Comments
Nice @jbyuki well done. I wonder if it would be possible to hide |
Conceal is added. |
Great @jbyuki will try it out in few days. Thanks. |
I had to chance to interact with math equation. Does the conceal only hides Also it seems I need to call |
I'm not the brightest, yes it makes more sense. Only hiding the New commits completely hides the equation. But still some work need to be for alignment. Yes, we could add an autocommand which disable & enable nabla everytime the user enters normal mode. |
🤣Not true, happens to the best of us. So this is a quick test of a previous file I shared with current state. https://gist.github.com/kkharji/39bf5e931534e45a3b7b6ed2ec478273 It seems to ignore spaces between latex element, mathbb key, unable to handle multiple |
Yeah, the code was just full of bugs. |
Would it be possible to add |
It's added. |
Im getting E5108: Error executing lua /Users/skreli/.config/nvim/plugged/nabla.nvim/lua/nabla.lua:140: atte |
This is not normal. This indicates that the ascii generation failed but it should output an error instead. |
Hi, I'm getting the error above as well, seems like single-line expressions are causing the issue.
The above content will trigger the error on calling A similar error is triggered on
however still displays the popup with Hope this helps 😃 |
Actually for EDIT: I will push a fix for that shortly. |
Hey. Thanks for this nice implementation. There were some typos in the file in the gist. I have fixed them and uploaded an edited version here: https://gist.github.com/krishnakumarg1984/9d311585d96d5f834f200d4163749bc8 |
would it be possible to ignore $$$$ or [ ] instead of erroring? |
@adoyle-h I have changed the defaults to align left. |
@jbyuki LGTM. Thank you. 👍 |
Good day :) Whenever I use |
virt_lines poc
requires nvim 0.8.0+
A safe way to get inline visualization. The implementation is currently very simplistic.
Enable with:
Disable with:
Note:enable_virt
only supports the inline syntax which is$ .. $
. Currently$$ .. $$
will likely throw an error.Works as expected with the new treesitter support.
Options:
TODO:
The text was updated successfully, but these errors were encountered: