automatic relative number toggle

This commit is contained in:
Tazoeur 2024-09-28 23:11:21 +02:00
parent 45e2a64680
commit 377c00592f
4 changed files with 13 additions and 1 deletions

View 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' }