6 lines
186 B
Lua
6 lines
186 B
Lua
-- I use dark terminals and schemes, so use a dark background.
|
|
vim.opt.background = 'dark'
|
|
--vim.opt.background = 'light'
|
|
|
|
-- Set the color scheme
|
|
vim.cmd 'colorscheme gruvbox-material'
|