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 nvim-lastplace.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.lastplace.package
The nvim-lastplace package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-lastplace
Declared by:
plugins.lastplace.autoLoad
Whether to automatically load nvim-lastplace when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by: