automatic relative number toggle
This commit is contained in:
parent
45e2a64680
commit
377c00592f
4 changed files with 13 additions and 1 deletions
6
lua/custom/plugins/relative-toggle.lua
Normal file
6
lua/custom/plugins/relative-toggle.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- Automatically toggling smoothly between relative and absolute line numbers in various Neovim events.
|
||||
-- This is useful when you want to take advantage of the information on those types of numbers in different situations.
|
||||
--
|
||||
-- https://github.com/cpea2506/relative-toggle.nvim
|
||||
|
||||
return { 'cpea2506/relative-toggle.nvim' }
|
||||
Loading…
Add table
Add a link
Reference in a new issue