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

ltex-extra

URL: https://github.com/barreiroleo/ltex_extra.nvim/

Maintainers: Loïc Reynier


LTeX_extra is a companion plugin for LTeX language server.

plugins.ltex-extra.enable

Whether to enable ltex-extra.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.ltex-extra.package

The ltex-extra package to use.

Type: package

Default:

pkgs.vimPlugins.ltex_extra-nvim

Declared by:

plugins.ltex-extra.autoLoad

Whether to automatically load ltex-extra when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.ltex-extra.callSetup

Whether to generate the standard require('ltex-extra').setup(...) call for this plugin.

Explicitly set to true to force calling .setup().

Caution

A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real ltex-extra Lua module.

Type: boolean

Default:

false

Declared by: