···11+-- since this is just an example spec, don't actually load anything here and return an empty spec
22+-- stylua: ignore
33+if true then return {} end
44+15-- every spec file under the "plugins" directory will be loaded automatically by lazy.nvim
26--
37-- In your plugin files, you can:
···59-- * disable/enabled LazyVim plugins
610-- * override the configuration of LazyVim plugins
711return {
88-912 -- add gruvbox
1013 { "ellisonleao/gruvbox.nvim" },
1114