Closed ghostbuster91 closed 1 year ago
So it seems that it might be just because the server is so fast that there is no point in displaying progress. https://github.com/sumneko/lua-language-server/issues/933
@ghostbuster91 I'm able to see progress every time I open up my Lua Neovim configs.
Have you tried this with slower LSP servers or bigger projects?
@j-hui Yes, I've just opened telescope repository and it worked.
Hi,
First of all thanks for this great plugin! After my latest update of nixpks the plugin stopped working (at least with sumneko-lua, that I am sure it worked before).
My current versions where the plugin doesn't work are: neovim: 0.8.1 fidget:
99b306167d1d305ca084e3bb475d6eadf32a365b
sumneko-lua: 3.6.3Previous versions where it works: neovim: 0.8.0 fidget:
1097a86db8ba38e390850dc4035a03ed234a4673
sumenko-lua: 3.5.6my minimized config is:
After calling
LspInfo
I can see that the language-server was correctly attached to the buffer and diagnostics are showing.prints always
false
but I was told by some people on discord that it also works like that for them even though fidget works.After calling
nothing happens and previous command still prints
false
.I also tried with debug logging enabled but the log file doesn't exist.
Any ideas how I can debug it further?