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

lastplace

URL: https://github.com/ethanholz/nvim-lastplace/

Maintainers: Austin Horstman


A Neovim plugin that automatically opens files at your last edit position.

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.autoLoad

Whether to automatically load lastplace when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.lastplace.callSetup

Whether to generate the standard require('nvim-lastplace').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: