Фикс подсветки lsp в symbol_usage.nvim
This commit is contained in:
parent
ff2de3a1fe
commit
80c6cb0abe
1 changed files with 2 additions and 0 deletions
|
@ -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 },
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue