Open sify21 opened 10 months ago
@sify21 that is not done in the lsp it is done via the client side.
Oh, I thought lsp was working like a proxy, directing formatting request
to the actual formatting provider
which is Forge
or Prettier
In this scenario it works in the "client" side not the lsp
It will need to be investigated how to move it all to the lsp
I'm using this as a language server together with
foundry
andcoc.nvim
. Since it's not published on npm yet, I installed locallyReadme
says formatting can be provided byforge
, but 'InitializeResult' lsp response doesn't include this capability. see issue https://github.com/neoclide/coc.nvim/issues/4869