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

nvim-ufo

URL: https://github.com/kevinhwang91/nvim-ufo/

Maintainers: Austin Horstman


An Neovim plugin for managing folds with LSP support.

plugins.nvim-ufo.enable

Whether to enable nvim-ufo.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.nvim-ufo.package

The nvim-ufo package to use.

Type: package

Default:

pkgs.vimPlugins.nvim-ufo

Declared by:

plugins.nvim-ufo.autoLoad

Whether to automatically load nvim-ufo when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.nvim-ufo.callSetup

Whether to generate the standard require('ufo').setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by:

plugins.nvim-ufo.setupLspCapabilities

Whether to enable setup LSP capabilities for nvim-ufo.

Type: boolean

Default:

true

Example:

false

Declared by: