1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +00:00

[neovim] Improve lsp_saga visuals

This commit is contained in:
2023-09-22 19:48:39 +02:00
parent febd607c46
commit 3907b78f40
2 changed files with 14 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ M.setup = function()
local signs = {
{ name = "DiagnosticSignError", text = "" },
{ name = "DiagnosticSignWarn", text = "" },
{ name = "DiagnosticSignHint", text = "" },
{ name = "DiagnosticSignHint", text = "" },
{ name = "DiagnosticSignInfo", text = "" },
}