GitXplorerGitXplorer
s

nvim-numbertoggle

public
162 stars
1 forks
2 issues

Commits

List of commits on branch main.
Verified
c5827153f8a955886f1b38eaea6998c067d2992f

chore(deps): bump wagoid/commitlint-github-action from 5 to 6 (#24)

ddependabot[bot] committed 10 months ago
Verified
ab44d0d872a72208a874c3dee1b9f2129dd407b7

chore(deps): bump JohnnyMorganz/stylua-action from 3.0.0 to 4.0.0 (#23)

ddependabot[bot] committed a year ago
Verified
9ab95e60ea5ec138e1b2332e0fc18b8e5de464c6

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#22)

ddependabot[bot] committed a year ago
Verified
50fef7e421a27294e834084625ad0dd8cffee72c

chore(deps): bump actions/checkout from 3 to 4 (#21)

ddependabot[bot] committed a year ago
Verified
1dcc1507578f6f216917065da9dac169670dbcd3

chore(deps): bump JohnnyMorganz/stylua-action from 2.0.0 to 3.0.0 (#17)

ddependabot[bot] committed 2 years ago
Unverified
34cd7d4c09a59f798e3420286fb94f4d8268f40d

docs(vimdoc): auto generate from readme

ssitiom 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