Update LSP icons

This commit is contained in:
Evie Litherland-Smith 2023-07-03 17:12:46 +01:00
parent 86ca8aaf3b
commit d10b0050d4
2 changed files with 10 additions and 2 deletions

View file

@ -16,7 +16,15 @@ return {
lualine_a = { { "mode", separator = { left = "" }, right_padding = 2 } },
lualine_b = { "filename", { "branch", icon = "󰊢" }, "diff" },
lualine_c = {
"diagnostics",
{
"diagnostics",
symbols = {
error = "",
warn = "",
info = "",
hint = "",
},
},
{
require("noice").api.status.mode.get,
cond = require("noice").api.status.mode.has,

View file

@ -1 +1 @@
return { Error = "", Warn = "", Hint = "", Info = " " }
return { Error = "", Warn = "", Info = "", Hint = " " }