Modernizied structure of configure files
This commit is contained in:
parent
515972d957
commit
6f55a66333
12 changed files with 264 additions and 254 deletions
11
lua/plugins/colorscheme.lua
Normal file
11
lua/plugins/colorscheme.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
'ellisonleao/gruvbox.nvim',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end,
|
||||
opts = { style = 'dark' }
|
||||
},
|
||||
} -- Main theme should be load during startup.
|
||||
Loading…
Add table
Add a link
Reference in a new issue