From 0c38b8f566dc97123dc7ea01742fa06c3d3b9313 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 2 Sep 2023 19:52:46 -0500 Subject: [PATCH] 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. --- dots/.config/nvim/lua/plugins/configs/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/configs/lualine.lua b/dots/.config/nvim/lua/plugins/configs/lualine.lua index bed99c57..12a8f427 100644 --- a/dots/.config/nvim/lua/plugins/configs/lualine.lua +++ b/dots/.config/nvim/lua/plugins/configs/lualine.lua @@ -110,7 +110,7 @@ return { { "diagnostics", sources = { "nvim_diagnostic" }, - symbols = { error = " ", warn = " ", info = " ", hint = " " }, + symbols = { error = " ", warn = " ", info = " ", hint = "" }, }, }, lualine_c = {},