lualine-lsp-progress icon indicating copy to clipboard operation
lualine-lsp-progress copied to clipboard

How do I constantly show the lsp client name

Open janechicken opened this issue 3 years ago • 5 comments
trafficstars

title says it all

janechicken avatar Jun 17 '22 00:06 janechicken

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.

jan-xyz avatar Jul 24 '22 16:07 jan-xyz

lsp_client_name_enddelay = -1 worked for me

MagicDuck avatar Dec 05 '22 21:12 MagicDuck

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

pSchwietzer avatar Dec 24 '22 10:12 pSchwietzer

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.

nikbrunner avatar Dec 28 '22 08:12 nikbrunner

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

MagicDuck avatar Dec 28 '22 18:12 MagicDuck