Replies: 3 comments 2 replies
-
I'm successfully using diagnostics for C, lua and zig, explicitly calling lspconfig setup for ccls, lua_ls and zls: lsp.lua I'm not familiar with trouble. You can try enabling Diagnostic Logging see whether it's an issue with the language server or nvim-tree. Set We're looking for something like:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I see... it is missing the files. Please raise a Bug Report with your minimal configuration and a tarball or repo that we may replicate the issue with. |
Beta Was this translation helpful? Give feedback.
-
For some reason, the diagnostics in nvim-tree are not displayed on the files for every languages.
For example, it works for
Rust
but not withC
.Do you guys know from where this error could come from ? thank you so much.
P.S.: Trouble.nvim has access to every diagnostics in every language so it's probably not an LSP issue.
(config: https://github.com/gruvw/.dotfiles/tree/main/nvim/.config/nvim)
Beta Was this translation helpful? Give feedback.
All reactions