What neovim setting code to colorize line number background on which cursor is, as tried in init.lua this
vim.cmd [[highlight LineNr ctermfg=blue ctermbg=black]]
just to colorize entire lines
So help out, thanks
What neovim setting code to colorize line number background on which cursor is, as tried in init.lua this
vim.cmd [[highlight LineNr ctermfg=blue ctermbg=black]]
just to colorize entire lines
So help out, thanks