Remove git information from statusbar
This commit is contained in:
parent
c430bf66d2
commit
9646edf680
1 changed files with 1 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ local function active_lsps()
|
|||
|
||||
local preview_client = attached_clients[1]
|
||||
|
||||
return ('LSP: %s (%d)'):format(preview_client.name, #attached_clients)
|
||||
return ('LSPs: (%d)'):format(#attached_clients)
|
||||
end
|
||||
|
||||
local function diff_source()
|
||||
|
|
@ -28,8 +28,6 @@ lualine.setup {
|
|||
sections = {
|
||||
lualine_a = {'mode'},
|
||||
lualine_b = {
|
||||
{'b:gitsigns_head', icon = ''},
|
||||
{'diff', source = diff_source},
|
||||
'diagnostics',
|
||||
active_lsps
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue