Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.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: