feat: real improvements on remaps + organization

This commit is contained in:
2026-07-11 00:54:33 +02:00
parent 2c15d04597
commit 06e6665f52
8 changed files with 374 additions and 385 deletions

View File

@@ -34,7 +34,7 @@ return {
highlight = "Search",
},
Error = {
text = { "-", "x" },
text = { "-", "" },
priority = 2,
gui = nil,
color = nil,
@@ -43,7 +43,7 @@ return {
highlight = "DiagnosticVirtualTextError",
},
Warn = {
text = { "-", "!" },
text = { "-", "" },
priority = 3,
gui = nil,
color = nil,
@@ -61,7 +61,7 @@ return {
highlight = "DiagnosticVirtualTextInfo",
},
Hint = {
text = { "-", "=" },
text = { "-", "󰌵" },
priority = 5,
gui = nil,
color = nil,