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.
3D Artist and Cloud Computing Specialist
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.