refactor(nvim): use correct hint diag symbol in lualine
TODO: Refactor this to dynamically get those symbols. We set those symbols in `core/lsp.lua`! No need to redefine them.
This commit is contained in:
parent
fce8f32313
commit
0c38b8f566
@ -110,7 +110,7 @@ return {
|
||||
{
|
||||
"diagnostics",
|
||||
sources = { "nvim_diagnostic" },
|
||||
symbols = { error = " ", warn = " ", info = " ", hint = " " },
|
||||
symbols = { error = " ", warn = " ", info = " ", hint = "" },
|
||||
},
|
||||
},
|
||||
lualine_c = {},
|
||||
|
Loading…
Reference in New Issue
Block a user