WhoIsSethDaniel / lualine-lsp-progress.nvim

LSP progress lualine component
MIT License
62 stars 2 forks source link

Fix never ending initializing #7

Closed WhoIsSethDaniel closed 1 year ago

WhoIsSethDaniel commented 1 year ago

Cache attached clients and do not send an 'initializing' message for a client that has already had such a message. Remove a cached client upon LspDetach.