Change syntax conviention fisrt part
This commit is contained in:
parent
daa989d24a
commit
433fcafca9
9 changed files with 109 additions and 108 deletions
|
|
@ -1,11 +1,9 @@
|
|||
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.
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end,
|
||||
opts = { style = "dark" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue