WhoIsSethDaniel / lualine-lsp-progress.nvim

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

Add an 'attached_delay' as a timer. #14

Closed WhoIsSethDaniel closed 1 year ago

WhoIsSethDaniel commented 1 year ago

This will trigger the removal 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.