-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
render diagnostic hides square brackets #280
Comments
Hey 👋 thanks for reporting! |
Oh sweet! Thanks for looking into it even with the poor report 🙏🏻 I really like the render diag feature! |
@mrcjkb btw, I know how to 'enter' the hover window with 2x hover. The same thing doesn't work with render diagnostic - how does one enter the render diagnostic float? (or scroll it when its not active)? |
I usually use |
Neovim version (nvim -v)
v0.10.0-dev-2051+gee3d4f6b9
Operating system/version
win11 + wsl
Output of :checkhealth rustaceanvim
How to reproduce the issue
make a compiler error that contains square brackets, e.g. something involving an array.
Sorry, I will update later - same for the config.
This bug looks similar to #200, in that treesitter is probably hiding the brackets, but I suspect this to be a rustacean issue if the filetype should not actually be set to markdown?
Expected behaviour
render diagnostic looks like the compiler output
Actual behaviour
The square brackets are gone (hidden). They reappear when focusing into the window setting the cursor on the same line as a 'bad render'.
The minimal config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: