linrongbin16 / lsp-progress.nvim

A performant lsp progress status for Neovim.
https://linrongbin16.github.io/lsp-progress.nvim/
MIT License
209 stars 8 forks source link

Use Conform.nvim Not Respond #146

Open pojokcodeid opened 3 months ago

pojokcodeid commented 3 months ago

please add conform.nvim like none-ls

linrongbin16 commented 3 months ago

hi @pojokcodeid ,

I could consider it, but need to take a look if conform.nvim support something like the $/progress method/protocol.

And also, once decide to support code formatter progress, I hope there's a common protocol that most code formatters will apply, from technical perspect, it's not a good solution to integrate them one by one.