AutoYADM commit: 2024-12-11 01:45:02
This commit is contained in:
parent
5ee537bd6e
commit
19c00afbdf
2 changed files with 18 additions and 16 deletions
|
@ -1,14 +1,16 @@
|
|||
return {
|
||||
"ficcdaf/ashen.nvim",
|
||||
-- dir = "~/dev/plugins/ashen.nvim/",
|
||||
dev = true,
|
||||
-- lazy = false,
|
||||
-- priority = 1000,
|
||||
-- enabled = true,
|
||||
-- {
|
||||
-- "LazyVim/LazyVim",
|
||||
-- opts = {
|
||||
-- -- colorscheme = "ashen",
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"ficcdaf/ashen.nvim",
|
||||
dir = "~/dev/plugins/ashen.nvim/",
|
||||
dev = true,
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
enabled = true,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "ashen",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue