feat(lsp): ignore_symbols option (#1745)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
This commit is contained in:
@@ -1409,6 +1409,7 @@ builtin.lsp_document_symbols({opts}) *builtin.lsp_document_symbols()*
|
||||
line the tag is found on (default:
|
||||
false)
|
||||
{symbols} (string|table) filter results by symbol kind(s)
|
||||
{ignore_symbols} (string|table) list of symbols to ignore
|
||||
{symbol_highlights} (table) string -> string. Matches symbol
|
||||
with hl_group
|
||||
|
||||
@@ -1432,6 +1433,7 @@ builtin.lsp_workspace_symbols({opts}) *builtin.lsp_workspace_symbols()*
|
||||
line the tag is found on (default:
|
||||
false)
|
||||
{symbols} (string|table) filter results by symbol kind(s)
|
||||
{ignore_symbols} (string|table) list of symbols to ignore
|
||||
{symbol_highlights} (table) string -> string. Matches symbol
|
||||
with hl_group
|
||||
|
||||
@@ -1453,6 +1455,7 @@ builtin.lsp_dynamic_workspace_symbols({opts}) *builtin.lsp_dynamic_workspace_sym
|
||||
line the symbol is found on
|
||||
(default: false)
|
||||
{symbols} (string|table) filter results by symbol kind(s)
|
||||
{ignore_symbols} (string|table) list of symbols to ignore
|
||||
{symbol_highlights} (table) string -> string. Matches symbol
|
||||
with hl_group
|
||||
|
||||
|
||||
Reference in New Issue
Block a user