Skip to content

Known compatible LSP servers

John Hui edited this page Jun 7, 2024 · 4 revisions

This plugin is known to work with the following LSP servers:

And doesn't (yet) work with the following:

Please raise an issue if there's something missing or incorrect here.


Note that Fidget relies on LSP servers sending $/progress messages in accordance to the progress notification spec. We build on top of Neovim's built-in $/progress handler; Fidget simply consumes from the message buffer handler populates.

So if you notice that Fidget doesn't work with a particular language server (but works fine for others), it is probably due to that server, or your configuration of it. Also note that some language servers, like hls (Haskell) and julials (Julia), are known to be quite slow to start up, so you might not see notification messages immediately.

Clone this wiki locally