plugins.treesitter-textobjects.lspInterop.enable
LSP interop.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.treesitter-textobjects.lspInterop.border
Define the style of the floating window border.
Type: null or one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or raw lua code
Default:
null
Plugin default: "none"
Declared by:
plugins.treesitter-textobjects.lspInterop.floatingPreviewOpts
Options to pass to vim.lsp.util.open_floating_preview
.
For example, maximum_height
.
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default: { }
Declared by: