Update lsp restart and lualine

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-07-06 15:57:50 -05:00
parent bcb3c76419
commit 97bb26e2f1
2 changed files with 6 additions and 1 deletions

View file

@ -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 = {