Files
omarchy-nix/archthemes/gruvbox/neovim.lua
T
2025-06-28 12:27:26 -05:00

10 lines
116 B
Lua

return {
{ "ellisonleao/gruvbox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
},
}