plugins.lastplace.enable

Whether to enable lastplace.

Type: boolean

Default: false

Example: true

Declared by:

plugins.lastplace.package

The lastplace package to use.

Type: package

Default: pkgs.vimPlugins.nvim-lastplace

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.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "quickfix"
  "nofix"
  "help"
]

Declared by:

plugins.lastplace.ignoreFiletype

The list of file types to ignore by lastplace.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "gitcommit"
  "gitrebase"
  "svn"
  "hgcommit"
]

Declared by:

plugins.lastplace.openFolds

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

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: