NeoView is a Neovim plugin that allows users to save and restore their views and cursor positions across sessions.
- Improves user experience and streamlines workflows in Neovim
- Save and restore views and cursor positions across sessions
- Includes a function for clearing all NeoView data
NeoView maintains the views and cursor position for each file, across sessions.
To clear the list of views in NeoView, you can use the ClearNeoView
command:
:ClearNeoView
- Install via your favorite package manager.
{
"ecthelionvi/NeoView.nvim",
opts = {}
},
use "ecthelionvi/NeoView.nvim"
- Setup the plugin in your
init.lua
. Skip this step if you're fine with the default settings or using lazy.nvim with opts set as above.
require("NeoView").setup()