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:
Price Hiller 2023-09-02 19:52:46 -05:00
parent fce8f32313
commit 0c38b8f566
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -110,7 +110,7 @@ return {
{ {
"diagnostics", "diagnostics",
sources = { "nvim_diagnostic" }, sources = { "nvim_diagnostic" },
symbols = { error = "", warn = "", info = "", hint = "" }, symbols = { error = "", warn = "", info = "", hint = "" },
}, },
}, },
lualine_c = {}, lualine_c = {},