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

firenvim

URL: https://github.com/glacambre/firenvim/

Maintainers: Gaetan Lepage


Embed Neovim in Chrome, Firefox & others.

plugins.firenvim.enable

Whether to enable firenvim.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.firenvim.package

The firenvim package to use.

Type: package

Default:

pkgs.vimPlugins.firenvim

Declared by:

plugins.firenvim.autoLoad

Whether to automatically load firenvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.firenvim.callSetup

Whether to generate the standard require('firenvim').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 firenvim Lua module.

Type: boolean

Default:

false

Declared by: