plugins.lastplace.enable

Whether to enable lastplace.

Type: boolean

Default: false

Example: true

Declared by:

plugins.lastplace.package

Which package to use for the lastplace plugin.

Type: package

Default: <derivation vimplugin-nvim-lastplace-2023-07-27>

Declared by:

plugins.lastplace.extraOptions

These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.

Type: attribute set of anything

Default: { }

Declared by:

plugins.lastplace.ignoreBuftype

The list of buffer types to ignore by lastplace.

Plugin default: ["quickfix" "nofix" "help"]

Type: null or (list of string)

Default: null

Declared by:

plugins.lastplace.ignoreFiletype

The list of file types to ignore by lastplace.

Plugin default: ["gitcommit" "gitrebase" "svn" "hgcommit"]

Type: null or (list of string)

Default: null

Declared by:

plugins.lastplace.openFolds

Whether closed folds are automatically opened when jumping to the last edit position.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: