Update lsp restart and lualine
This commit is contained in:
parent
bcb3c76419
commit
97bb26e2f1
2 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,7 @@ local function lsp_clients()
|
|||
clients[#clients + 1] = client.name
|
||||
end
|
||||
|
||||
table.sort(clients)
|
||||
return table.concat(clients, " • "), " "
|
||||
end
|
||||
|
||||
|
@ -21,6 +22,7 @@ local function langs()
|
|||
end
|
||||
end
|
||||
|
||||
table.sort(langs)
|
||||
return table.concat(langs, " • "), " "
|
||||
end
|
||||
|
||||
|
@ -55,6 +57,9 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
lualine_b = {
|
||||
"mode"
|
||||
}
|
||||
},
|
||||
inactive_winbar = {
|
||||
lualine_a = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue