dotfiles/nvim/lua/plugins/gruvbox-material.lua

9 lines
142 B
Lua
Raw Normal View History

2024-11-17 15:09:38 +00:00
return {
"sainnhe/gruvbox-material",
2024-10-27 16:21:40 +00:00
lazy = false,
priority = 1000,
config = function()
2024-11-17 15:09:38 +00:00
vim.cmd.colorscheme("gruvbox-material")
end,
2024-10-27 16:21:40 +00:00
}