End of config for now
This commit is contained in:
6
lua/config/lsp/signs.lua
Normal file
6
lua/config/lsp/signs.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " }
|
||||
|
||||
for type, icon in pairs(signs) do
|
||||
local hl = "DiagnosticSign" .. type
|
||||
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
|
||||
end
|
||||
Reference in New Issue
Block a user