We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If multiple lsp server was attached to the buffer, GetLspClient function only get the first one it founds and return its name.
Return all lsp client names (by concatenating) found by GetLspClient, thus have a better display what lsp client is on the buffer.
lua/galaxyline/provider_lsp.lua
The text was updated successfully, but these errors were encountered:
feat(ISSUE nvimdev#229): Concatenate all lsp client names found by Ge…
d47c1d6
…tLspClient
No branches or pull requests
Sympton
If multiple lsp server was attached to the buffer, GetLspClient function only get the first one it founds and return its name.
Improvement
Return all lsp client names (by concatenating) found by GetLspClient, thus have a better display what lsp client is on the buffer.
related file
The text was updated successfully, but these errors were encountered: