Disables relative line numbers when they don't make sense, e.g. when entering insert mode.
A Neovim plugin written exclusively in Lua.
Inspired by numbers.vim.
Run the setup()
function from the numbers
module, e.g:
lua require('numbers').setup()
Pass a table to the setup
function with any of the following options:
{
excluded_filetypes = {
'nerdtree',
'unite',
-- etc
}
}