-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
E539: Illegal character <i> when opening neovide code base with rust analyzer #98
Comments
it seems an issue from lualine, reported here: nvim-lualine/lualine.nvim#1136. confirmed it's not. |
hi @cuducos , we should only replace the I submit #101 to fix this. since I'm not expert on ruby, would you please help confirm if this PR can work correctly in your project? I refactored the |
My bad, sorry.
Just tested, head is at af46da3 — all working beautifully! Thank you so much : ) |
haha, don't be. thanks for your help! |
I am sorry but it looks like I rushed into conclusions. This error is back later on… maybe it's not Ruby LSP, or it is a later update.
I haven't had time to debug, but will try to do it later. |
for short term solution, please configure it with your previous if you have any time, please set |
I think you're right in the first PR, the Neovim statusline itself also format the percentage |
So, it looks like the we're not escaping the
Again we have one unescaped I see #103 removed the |
in #103 , I was thinking we don't need to double the because in instead I use |
Hum… got it! Yes, we might need it, I guess. Because (as far as I got) the |
oh I got it, so we really need to double the just like the
|
Tested. Works like a charm ✨ |
really thank you for working with my on this issue! I merged it to main branch. |
It may relate to #95 .
The text was updated successfully, but these errors were encountered: