Files
omarchy/themes/gruvbox/neovim.lua

10 lines
116 B
Lua
Raw Permalink Normal View History

2025-06-18 22:12:10 +02:00
return {
{ "ellisonleao/gruvbox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
},
}