Open Sk7Str1p3 opened 1 month ago
nixvim issue: https://github.com/nix-community/nixvim/issues/2390
Having the same issue, but not using NixVim. Just normally configured Neovim.
This is a bug in nvim, see https://github.com/neovim/neovim/commit/84bbbd9fbee8b78e53a0ee956d623befa755dc65.
I have the same issue. I tried the suggested workarounds in the tickets linked but it doesn't stop logging. .local/state/nvim/lsp.log
file is growing very fast.
It looks to me a different issue. In my understanding the issue in that ticket is triggered when the nix file contains a unicode character. In my case, logging very similarly to the ticket, file doesn't contain any special character.
It feels like nixd info logs are printed to stderr
.
So there is still reports on semantic tokens w/ Unicode character, let's reopen this issue and I'll inspect a little bit.
Recently, I temporarily disabled semantic tokens in #616. We've received considerable feedback suggesting that this feature requires more thoughtful refinement. As of #616 (v2.5.1+), syntax coloring is now disabled in your editor by default. This should workaround the issue and ensure it no longer causes any inconvenience.
In the future, semantic highlighting may undergo a significant refactor before being reintroduced.
Happy coding!
Part of #573.
Bug
so any time i edit .nix file i get flow of those, exactly same errors
Logs
Config
part of my NixVim Configuration, declaring LSPs:
i guess something is missed here but cant understand or find any info what exactly. LSP works, the only problems are these error messages. thx