WhoIsSethDaniel / lualine-lsp-progress.nvim

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

Add an 'attached_delay' as a timer. This will trigger the removal #13

Closed WhoIsSethDaniel closed 1 year ago

WhoIsSethDaniel commented 1 year ago

of an attached (i.e. 'initializing') event if no other mesages from the attached server have arrived. This should resolve the issue of LSP servers that do not emit status messages being 'stuck' in initializing forever.