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

9 lines
148 B
Lua
Raw Normal View History

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