nvim: lsp sign
This commit is contained in:
parent
4f258de316
commit
9f58b35f84
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ vim.lsp.handlers["textDocument/publishDiagnostics"] =
|
|||
vim.lsp.diagnostic.on_publish_diagnostics,
|
||||
{
|
||||
update_in_insert = false,
|
||||
virtual_text = {prefix = ""}
|
||||
virtual_text = {prefix = "‹❮❰ 🔥" }
|
||||
}
|
||||
)
|
||||
vim.fn.sign_define(
|
||||
"LspDiagnosticsSignError",
|
||||
{
|
||||
text = "🛑",
|
||||
text = "🔥",
|
||||
texthl = "LspDiagnosticsSignError"
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue