GitXplorerGitXplorer
s

nvim-numbertoggle

public
162 stars
1 forks
2 issues

Commits

List of commits on branch main.
Verified
b8a881f86e6ef30e78c30980415b4d8764dbdaf3

refactor!: simplify so no setup call is required (#16)

hhermitmaster committed 2 years ago
Verified
d35b8f989948882fb4a443467d5dba20e01f220d

revert: only redraw on CmdlineEnter

ssitiom committed 2 years ago
Verified
4268ac4f2ee3be9b27970aa8361dd4abdaa223a5

fix: only redraw on CmdlineEnter

ssitiom committed 2 years ago
Verified
a3c65a6960a69aef97cb34b2791c7e3e8fa3236b

chore(deps): bump JohnnyMorganz/stylua-action from 1.1.2 to 2.0.0 (#14)

ddependabot[bot] committed 2 years ago
Verified
e361d84f6c0d18a936bceaf8bdd0d91f7514eda7

chore(deps): bump JohnnyMorganz/stylua-action from 1.1.1 to 1.1.2 (#13)

ddependabot[bot] committed 2 years ago
Unverified
a27b4348de3e855185e50b06e438890a91984691

chore(deps): bump JohnnyMorganz/stylua-action from 1.1.0 to 1.1.1

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

nvim-numbertoggle

Neovim plugin to automatically toggle between relative and absolute line numbers. Written in Lua.

demo

Relative numbers are used in a buffer that has focus and is in normal mode since that's where you move around. They're turned off when you switch out of Vim, switch to another split, or go into insert and command modes.

Getting started

Requirements

  • Neovim 0.7 or later

Installation

Use your favorite package manager. Example config with packer.nvim:

use { "sitiom/nvim-numbertoggle" }

Acknowledgment

https://github.com/jeffkreeftmeijer/vim-numbertoggle