Skip to content

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