20240908-3
This commit is contained in:
parent
d49478dd61
commit
2ab6b49ed7
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"sainnhe/everforest",
|
||||
lazy = false,
|
||||
-- lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
-- Optionally configure and load the colorscheme
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
lazy = true,
|
||||
priority = 0,
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd("colorscheme gruvbox")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue