feat(icons): disable icons
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ local function setup_diagnostics()
|
||||
update_in_insert = false,
|
||||
severity_sort = false,
|
||||
})
|
||||
local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " }
|
||||
local signs = { Error = "E", Warn = "W", Hint = "H", Info = "I" }
|
||||
for type, icon in pairs(signs) do
|
||||
local hl = "DiagnosticSign" .. type
|
||||
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl })
|
||||
|
||||
Reference in New Issue
Block a user