treesitter-context
URL: https://github.com/nvim-treesitter/nvim-treesitter-context/
Maintainers: Gaetan Lepage
Show code context.
plugins.treesitter-context.enable
Whether to enable treesitter-context.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.treesitter-context.package
The treesitter-context package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-treesitter-context
Declared by:
plugins.treesitter-context.autoLoad
Whether to automatically load treesitter-context when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.treesitter-context.callSetup
Whether to generate the standard require('treesitter-context').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: