Relative line number in Neovim (Lua)
To enable relative line number, add the following line to your init.lua. vim.wo.relativenumber = true Save this file by doing a :w or Shift + z repeat z. The ne
Read ArticleTo enable relative line number, add the following line to your init.lua. vim.wo.relativenumber = true Save this file by doing a :w or Shift + z repeat z. The ne
Read ArticleNeoVim is an open source project to rebuild Vim but with better plugin support and more efficiency for more information over the project visit here Installing L
Read Article