kickstart.nvim/lua/custom/plugins/relative-toggle.lua

7 lines
323 B
Lua

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