fix symbol_usage.lua highlight
This commit is contained in:
parent
67b50ac321
commit
fbca7499c8
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ return {
|
||||||
event = 'LspAttach', -- need run before LspAttach if you use nvim 0.9. On 0.10 use 'LspAttach'
|
event = 'LspAttach', -- need run before LspAttach if you use nvim 0.9. On 0.10 use 'LspAttach'
|
||||||
config = function()
|
config = function()
|
||||||
require('symbol-usage').setup {
|
require('symbol-usage').setup {
|
||||||
|
filetypes = {},
|
||||||
|
log = { enabled = false, level = 'INFO', stdout = {}, log_file = {}, notify = {} },
|
||||||
text_format = text_format,
|
text_format = text_format,
|
||||||
kinds = { SymbolKind.Function, SymbolKind.Method, SymbolKind.Class, SymbolKind.Struct, SymbolKind.Variable, SymbolKind.Constant },
|
kinds = { SymbolKind.Function, SymbolKind.Method, SymbolKind.Class, SymbolKind.Struct, SymbolKind.Variable, SymbolKind.Constant },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue