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

wtf

URL: https://github.com/piersolenski/wtf.nvim/

Maintainers: Gaetan Lepage

plugins.wtf.enable

Whether to enable wtf.

Type: boolean

Default: false

Example: true

Declared by:

plugins.wtf.package

The wtf package to use.

Type: package

Default: pkgs.vimPlugins.wtf-nvim

Declared by:

plugins.wtf.autoLoad

Whether to automatically load wtf when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.wtf.settings

Options provided to the require('wtf').setup function.

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  context = true;
  language = "english";
  popup_type = "popup";
  providers = {
    openai = {
      api_key = lib.nixvim.mkRaw "vim.env.OPENAI_API_KEY";
      model_id = "gpt-3.5-turbo";
    };
  };
  search_engine = "phind";
  winhighlight = "Normal:Normal,FloatBorder:FloatBorder";
}

Declared by: