Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gvlatko/inline-relative-numbers.nvim
https://github.com/gvlatko/inline-relative-numbers.nvim
neovim neovim-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gvlatko/inline-relative-numbers.nvim
- Owner: gvlatko
- Created: 2023-08-02T08:45:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T17:15:53.000Z (over 1 year ago)
- Last Synced: 2024-08-02T18:37:13.108Z (5 months ago)
- Topics: neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 327 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-neovim-pluginlist - gvlatko/inline-relative-numbers.nvim - relative-numbers.nvim) ![](https://img.shields.io/github/last-commit/gvlatko/inline-relative-numbers.nvim) ![](https://img.shields.io/github/commit-activity/y/gvlatko/inline-relative-numbers.nvim) (Other Standard Feature Enhancement / Number)
README
## Inline Relative Numbers
This plugin was born out of the necessity to have relative line numbers closers to the code lines,
so it would be easier and faster to eye scan and jump to the correct line.
![Inline Relative Numbers](image.gif "Inline Relative Numbers")
### Setup with Lazy
```
{
"gvlatko/inline-relative-numbers.nvim",
config = function() require("inline-relative-numbers").setup {} end,
event = "BufRead",
},```
Credit to [https://github.com/lukas-reineke/virt-column.nvim](https://github.com/lukas-reineke/virt-column.nvim)