Fixed warning icon for lsp
This commit is contained in:
@@ -37,7 +37,7 @@ return {
|
|||||||
local diagnostic = require("symbols.diagnostic")
|
local diagnostic = require("symbols.diagnostic")
|
||||||
local signs = {
|
local signs = {
|
||||||
Error = diagnostic.error,
|
Error = diagnostic.error,
|
||||||
Warn = diagnostic.warning,
|
Warn = diagnostic.warn,
|
||||||
Hint = diagnostic.hint,
|
Hint = diagnostic.hint,
|
||||||
Info = diagnostic.info,
|
Info = diagnostic.info,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user