John Hui
John Hui
@emanuele6 dwm's master and stack layout does not continue to spiral like bspwm's spiral layout. In particular, after adding another node while the cursor is focused on the master (in...
I see, thanks! > Also, I don't use spiral What scheme do you use? I find that while spiral creates arrangements that look nice and easy to understand, the trees...
> If the server doesn't return progress information to Neovim core lsp client, this plugin can do nothing. Yeah that's exactly right.
Thanks @gegoune ! > I am not sure if there is need for specifying which servers it works with, it's up to the server to send messages and this plugin...
@fitrh flutter-tools.nvim appears to install their own progress handler, which will override Fidget's: https://github.com/akinsho/flutter-tools.nvim/blob/3f3b16d69cdd26e2ed1b2baa719abac7f4c1a8b1/lua/flutter-tools/lsp/init.lua#L85
@jsholmes @asteroidalaz @fitrh it definitely works with Clangd, regardless of build system (make vs clangd). I use fidget with clangd daily. What matters is you need to have your build...
Can you confirm that clangd is working in general? I.e., it can perform other LSP functions like providing hover or goto definition Also, can you give a minimal project to...
Closing this in favor of #86
I wanted to mention that I get this error regularly too. It's not bothered me significantly since it's just some screen noise when I quit, but it does signify some...
I'm not sure that this is Fidget's issue; this plugin just relies on the LSP client being set up by something like nvim-lspconfig. What language server are you using? And...