arkav / lualine-lsp-progress

LSP Progress lualine componenet
MIT License
227 stars 18 forks source link

How do I constantly show the lsp client name #21

Open ThatOneOcto opened 2 years ago

ThatOneOcto commented 2 years ago

title says it all

jan-xyz commented 2 years ago

I tried to figure out the same. I think it would be cool if that is possible by setting the delay to -1 or nil.

MagicDuck commented 1 year ago

lsp_client_name_enddelay = -1 worked for me

pSchwietzer commented 1 year ago

lsp_client_name_enddelay = -1 worked for me

It works but when the same lsp client runs again, they stack up resulting in duplicates on the statusline. 20221224_11h40m30s_grim

nikbrunner commented 1 year ago

Was trying to do the same. While -1 works, I think there should be a dedicated option to keep the attached clients visible, and prevents duplicates like @pSchwietzer mentioned.

MagicDuck commented 1 year ago

agreed, I realized that after I posted 😢 For now I've turned off the lsp client name and just show the spinner.