Results 69 comments of Seth Daniel

This is likely because `vim.lsp.util.get_progress_messages` can only read the messages once. So FCFS and only one consumer will get the 'done' message.

I think I'd like the event to be triggered regardless of headless mode or not.

#10 is intended to fix this issue. Please let me know and/or close out the bug. Thanks.

I may be misunderstanding, but doesn't `mason-lspconfig` already install LSP servers automatically? Or are you talking about a configuration other than `mason-lspconfig`?

What does 'super janky' mean? I've copied your config and it looks as I would expect.

@effinsky please try https://github.com/WhoIsSethDaniel/lualine-lsp-progress.nvim instead of this. This repo is no longer maintained.

I can't duplicate this. Do you have somewhere where I can look at your configuration? Also, what version of nvim are you using?

Apologies for being so late to this. Real life got in the way. Can you share more information about your setup? I cannot replicate this with nvim 0.9.0, 0.9,1, or...

@rabbiveesh I work around this by disabling formatting via `perlnavigator` and using `null-ls` to run `perltidy`. It works well.