Darryl Dias

16 Mar 2023 in neovimtutorials

To set a color scheme in Neovim using Lua add the following line to the init.lua file

vim.cmd [[colorscheme onedark]]

In the example above, I use Onedark as the color scheme, but you can use whatever you like.

Read more on how to Kickstart Neovim here