Fixed warning icon for lsp

This commit is contained in:
Dreaded_X 2024-04-16 03:01:05 +02:00
parent 302888261f
commit ba2eae281b
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -37,7 +37,7 @@ return {
local diagnostic = require("symbols.diagnostic")
local signs = {
Error = diagnostic.error,
Warn = diagnostic.warning,
Warn = diagnostic.warn,
Hint = diagnostic.hint,
Info = diagnostic.info,
}