Home

Awesome

<h1 align="center"> šŸ‘“ NeoView.nvim </h1> <p align="center"> <a href="http://www.lua.org"> <img alt="Lua" src="https://img.shields.io/badge/Lua-blue.svg?style=for-the-badge&logo=lua" /> </a> <a href="https://neovim.io/"> <img alt="Neovim" src="https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white" /> </a> </p>

demo

šŸ“¢ Introduction

NeoView is a Neovim plugin that allows users to save and restore their views and cursor positions across sessions.

āœØ Features

šŸ’¾ Persistence

NeoView maintains the views and cursor position for each file, across sessions.

šŸ› ļø Usage

To clear the list of views in NeoView, you can use the ClearNeoView command:

:ClearNeoView

šŸ“¦ Installation

  1. Install via your favorite package manager.
{
  "ecthelionvi/NeoView.nvim",
  opts = {}
},
use "ecthelionvi/NeoView.nvim"
  1. 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()