lualine-lsp-progress
lualine-lsp-progress copied to clipboard
How do I constantly show the lsp client name
title says it all
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.
lsp_client_name_enddelay = -1 worked for me
lsp_client_name_enddelay = -1worked for me
It works but when the same lsp client runs again, they stack up resulting in duplicates on the statusline.

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.
agreed, I realized that after I posted 😢 For now I've turned off the lsp client name and just show the spinner.