Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)