Skip to content
New issue

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

fix(issue #229): Concatenate all lsp client names found by GetLspClient #230

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

winkee01
Copy link

@winkee01 winkee01 commented Apr 30, 2022

As described in #229, this pull request fixes the issue. You can now use GetLspClient to retrieve all attached client names instead of only one of them.

An example of customization
local gls = require('galaxyline').section

table.insert(gls.left, {
    ShowLspClient = {
        provider = 'GetLspClient',
        highlight = {colors.textbg, colors.lspbg}
    }
})
Demo

image

@winkee01 winkee01 changed the title feat(ISSUE #229): Concatenate all lsp client names found by GetLspClient fix(issue #229): Concatenate all lsp client names found by GetLspClient Apr 30, 2022
@glepnir
Copy link
Member

glepnir commented Jun 4, 2022

@winkee01 Please fix conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants