fix symbol_usage.lua highlight

This commit is contained in:
Buliway 2025-06-26 01:53:19 +03:00
parent 67b50ac321
commit fbca7499c8

View file

@ -70,6 +70,8 @@ return {
event = 'LspAttach', -- need run before LspAttach if you use nvim 0.9. On 0.10 use 'LspAttach'
config = function()
require('symbol-usage').setup {
filetypes = {},
log = { enabled = false, level = 'INFO', stdout = {}, log_file = {}, notify = {} },
text_format = text_format,
kinds = { SymbolKind.Function, SymbolKind.Method, SymbolKind.Class, SymbolKind.Struct, SymbolKind.Variable, SymbolKind.Constant },
}