initial commit for dev-env

This commit is contained in:
pika 2024-08-17 20:25:24 +02:00
parent 9171060e62
commit a97049a1d1
26 changed files with 153 additions and 478 deletions

View file

@ -4,9 +4,7 @@ return {
"sontungexpt/witch",
-- priority = 1000,
lazy = false,
config = function(_, opts)
require("witch").setup(opts)
end,
opts = {},
},
{ "savq/melange-nvim" },
@ -37,10 +35,11 @@ return {
})
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "melange",
},
},
{
"eldritch-theme/eldritch.nvim",
lazy = false,
opts = {},
}
}