feat: real improvements on remaps + organization
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user