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

fileline

URL: https://github.com/lewis6991/fileline.nvim/

Maintainers: Guilhem Saurel

plugins.fileline.enable

Whether to enable fileline.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.fileline.package

The fileline package to use.

Type: package

Default:

pkgs.vimPlugins.fileline-nvim

Declared by:

plugins.fileline.autoLoad

Whether to automatically load fileline when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.fileline.callSetup

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

Type: boolean

Default:

false

Declared by: