tv
URL: https://github.com/alexpasmantier/tv.nvim/
Maintainers: Heitor Augusto
plugins.tv.enable
Whether to enable tv.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.tv.package
The tv package to use.
Type: package
Default:
pkgs.vimPlugins.tv-nvim
Declared by:
plugins.tv.autoLoad
Whether to automatically load tv when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.tv.callSetup
Whether to generate the standard require('tv').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:
plugins.tv.settings
Options provided to the require('tv').setup function.
Type: lua value
Default:
{ }
Example:
{
global_keybindings = {
channels = "<leader>tv";
};
quickfix = {
auto_open = false;
};
tv_binary = "tv";
}
Declared by: