nvim-numbertoggle icon indicating copy to clipboard operation
nvim-numbertoggle copied to clipboard

Neovim plugin to automatically toggle between relative and absolute line numbers. Written in Lua.

Results 3 nvim-numbertoggle issues
Sort by recently updated
recently updated
newest added

Hello, I am maintaining https://github.com/nkakouros-original/numbers.nvim which does the same thing as your plugin here. Would you like to combine efforts into a single plugin?

Hey, this is a cool plugin, it's useful! However I've needed to disable it unfortunately as it does not play well with tmux. When switching to another window in tmux,...

With no plugins, neovim's debug window will expand upwards as you enter more commands. For example if you enter `:debug echo "haha"` or enter the debugger from a script, you...