mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim/lsp: change gutter symbol
This commit is contained in:
parent
c31bcb0790
commit
5a3fc98a89
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ vim.diagnostic.config {
|
|||
text = {
|
||||
[vim.diagnostic.severity.ERROR] = "E",
|
||||
[vim.diagnostic.severity.WARN] = "W",
|
||||
[vim.diagnostic.severity.INFO] = "H",
|
||||
[vim.diagnostic.severity.HINT] = "·",
|
||||
[vim.diagnostic.severity.INFO] = "I",
|
||||
[vim.diagnostic.severity.HINT] = "H",
|
||||
},
|
||||
},
|
||||
severity_sort = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue