Further restructuring.

This commit is contained in:
Florian Feigl 2024-01-15 01:04:36 +01:00
parent 28778716da
commit c7383d9700
27 changed files with 751 additions and 262 deletions

10
lua/plugins/gruvbox.lua Normal file
View file

@ -0,0 +1,10 @@
return {
'ellisonleao/gruvbox.nvim',
priority = 1000,
-- config = true,
opts = ...,
config = function()
vim.o.background = 'dark'
vim.cmd [[colorscheme gruvbox]]
end,
}