neovim: Migrate icons to Nerd Fonts 3
This commit is contained in:
parent
0e0bdf7c3e
commit
42f496ccea
|
@ -247,7 +247,7 @@ vim.lsp.handlers['textDocument/publishDiagnostics'] = vim.lsp.with(vim.lsp.diagn
|
|||
update_in_insert = true, -- update suggestions in insert mode
|
||||
})
|
||||
|
||||
for type, icon in pairs({ Error = ' ', Warn = ' ', Hint = ' ', Info = ' ' }) do
|
||||
for type, icon in pairs({ Error = ' ', Warn = ' ', Hint = ' ', Info = ' ' }) do
|
||||
fn.sign_define("DiagnosticSign" .. type, { text = icon, texthl = "Diagnostic" .. type })
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue