addet icons to lsp
This commit is contained in:
parent
607c3353ba
commit
57fea97556
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ return {
|
|||
|
||||
local capabilities = cmp_nvim_lsp.default_capabilities()
|
||||
|
||||
local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " }
|
||||
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 = "" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue