summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouie <louie@example.com>2022-06-29 19:10:23 -0700
committerlouie <louie@example.com>2022-06-29 19:10:23 -0700
commitfe0a52aa73384b9980fd7ecf70c9a6c3f982ceb3 (patch)
tree8e58824107f67946df1518a02d1d53bac8d407cf
parent0e8ef35324fbc1ee13257912c6fe6a82c01d42c6 (diff)
Removed nerdfonts
-rw-r--r--lua/user/lsp/handlers.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/user/lsp/handlers.lua b/lua/user/lsp/handlers.lua
index fb8b7f8..229bb75 100644
--- a/lua/user/lsp/handlers.lua
+++ b/lua/user/lsp/handlers.lua
@@ -3,10 +3,16 @@ local M = {}
-- TODO: backfill this to template
M.setup = function()
local signs = {
+ --[[
{ name = "DiagnosticSignError", text = "" },
{ name = "DiagnosticSignWarn", text = "" },
{ name = "DiagnosticSignHint", text = "" },
{ name = "DiagnosticSignInfo", text = "" },
+ ]]
+ { name = "DiagnosticSignError", text = "X" },
+ { name = "DiagnosticSignWarn", text = "!" },
+ { name = "DiagnosticSignHint", text = "i" },
+ { name = "DiagnosticSignInfo", text = "?" },
}
for _, sign in ipairs(signs) do