kickstart.nvim/lua/custom/plugins/gruvbox.lua

7 lines
91 B
Lua

return {
'ellisonleao/gruvbox.nvim',
priority = 1000,
config = true,
opts = ...,
}