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
filelineLua module.
Type: boolean
Default:
false
Declared by: