plugins.dropbar.settings.sources.lsp.max_depth

Maximum number of symbols to return.

A smaller number can help to improve performance when the language server returns huge list of nested symbols.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 16

Declared by:

plugins.dropbar.settings.sources.lsp.valid_symbols

A list of LSP document symbols to include in the results.

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  "File"
  "Module"
  "Namespace"
  "Package"
  "Class"
  "Method"
  "Property"
  "Field"
  "Constructor"
  "Enum"
  "Interface"
  "Function"
  "Variable"
  "Constant"
  "String"
  "Number"
  "Boolean"
  "Array"
  "Object"
  "Keyword"
  "Null"
  "EnumMember"
  "Struct"
  "Event"
  "Operator"
  "TypeParameter"
]

Declared by: