We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
text
nil
1 parent 396ff81 commit c5d2264Copy full SHA for c5d2264
lua/neo-tree/sources/common/components.lua
@@ -88,7 +88,7 @@ local function get_defined_sign(severity)
88
identifier = "N"
89
end
90
defined = {
91
- text = signs_config.text[vim.diagnostic.severity[identifier]],
+ text = (signs_config.text or {})[vim.diagnostic.severity[identifier]],
92
texthl = "DiagnosticSign" .. severity,
93
}
94
0 commit comments