To set a color scheme in Neovim using Lua add the following line to the init.lua file In the example above, I am using onedark as the color scheme. You can change this to whatever you want to use.
Category: Neovim
Posted inArticles, Neovim
Relative line number in Neovim (Lua)
To enable relative line number, add the following line to your init.lua. Save this file by doing a :w or Shift + z repeat z. The next time you open Neovim, you should see the relative line number enabled.