Further restructuring.
This commit is contained in:
parent
28778716da
commit
c7383d9700
27 changed files with 751 additions and 262 deletions
10
lua/plugins/gruvbox.lua
Normal file
10
lua/plugins/gruvbox.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue