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:
plugins.treesitter-textobjects.lspInterop.peekDefinitionCode
Show textobject surrounding definition as determined using Neovim’s built-in LSP in a floating window. Press the shortcut twice to enter the floating window (when https://github.com/neovim/neovim/pull/12720 or its successor is merged).
Type: null or (attribute set of (string or (submodule) or raw lua code))
Default:
null
Plugin default: { }
Declared by: