From 5668fccf48c9a3faef6498af50ab921a731412d7 Mon Sep 17 00:00:00 2001 From: listout Date: Sun, 2 Apr 2023 11:21:33 +0530 Subject: nvim: using lualine Signed-off-by: listout --- lua/plugins/lsp-config.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/plugins/lsp-config.lua') diff --git a/lua/plugins/lsp-config.lua b/lua/plugins/lsp-config.lua index 32f7c53..5ba3cac 100644 --- a/lua/plugins/lsp-config.lua +++ b/lua/plugins/lsp-config.lua @@ -12,6 +12,7 @@ vim.diagnostic.config({ }, }) + local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " } for type, icon in pairs(signs) do local hl = "DiagnosticSign" .. type -- cgit v1.2.3