To set a color scheme in Neovim using Lua add the following line to the init.lua file
vim.cmd [[colorscheme onedark]]Code language: Lua (lua)
In the example above, I use Onedark as the color scheme, but you can use whatever you like.
To set a color scheme in Neovim using Lua add the following line to the init.lua file
vim.cmd [[colorscheme onedark]]Code language: Lua (lua)
In the example above, I use Onedark as the color scheme, but you can use whatever you like.