initial commit for dev-env
This commit is contained in:
parent
9171060e62
commit
a97049a1d1
26 changed files with 153 additions and 478 deletions
|
@ -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 = {},
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue