Фикс подсветки lsp в symbol_usage.nvim

This commit is contained in:
urec56 2025-06-26 01:42:14 +03:00
parent ff2de3a1fe
commit 80c6cb0abe

View file

@ -31,6 +31,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 },
}