This commit is contained in:
Christian Nieves
2025-01-29 21:55:07 -06:00
parent 0300264961
commit 9988bd13b2
3 changed files with 24 additions and 12 deletions

View File

@ -1,10 +1,23 @@
local use_google = require("utils").use_google
return {
{
"dgox16/oldworld.nvim",
lazy = false,
cond = not use_google(),
priority = 1000,
opts = {
variant = "cooler",
},
config = function()
vim.cmd("colorscheme oldworld")
end,
},
{
"bluz71/vim-moonfly-colors",
name = "moonfly",
cond = not use_google(),
-- cond = not use_google(),
cond = false,
lazy = false,
priority = 1000,
config = function()