A really simple gruvbox color scheme for Neovim, written to be as simple as it gets and based on my solarized theme.
Why not? 😉
- Neovim (duh 😛)
vim.opt.termguicolors = true
in yourinit.lua
.- A terminal with true color support.
Install with your favorite package manager, e.g with lazy.nvim:
require('lazy').setup {
'fschauen/gruvbox.nvim'
}
Just type:
:colorscheme gruvbox
or add this to your init.lua
:
vim.cmd [[colorscheme gruvbox]]
None. This is supposed to be simple, remember?