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 {
|
return {
|
||||||
|
{
|
||||||
"ficcdaf/ashen.nvim",
|
"ficcdaf/ashen.nvim",
|
||||||
-- dir = "~/dev/plugins/ashen.nvim/",
|
dir = "~/dev/plugins/ashen.nvim/",
|
||||||
dev = true,
|
dev = true,
|
||||||
-- lazy = false,
|
lazy = false,
|
||||||
-- priority = 1000,
|
priority = 1000,
|
||||||
-- enabled = true,
|
enabled = true,
|
||||||
-- {
|
},
|
||||||
-- "LazyVim/LazyVim",
|
{
|
||||||
-- opts = {
|
"LazyVim/LazyVim",
|
||||||
-- -- colorscheme = "ashen",
|
opts = {
|
||||||
-- },
|
colorscheme = "ashen",
|
||||||
-- },
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -86,10 +86,10 @@ local sections = {
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
"nvim-lualine/lualine.nvim",
|
"nvim-lualine/lualine.nvim",
|
||||||
enabled = false,
|
enabled = true,
|
||||||
-- dependencies = {
|
dependencies = {
|
||||||
-- "jesseleite/nvim-noirbuddy",
|
"ficcdaf/ashen.nvim",
|
||||||
-- },
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local ashen_lualine = require("ashen.plugins.lualine")
|
local ashen_lualine = require("ashen.plugins.lualine")
|
||||||
local theme = ashen_lualine.theme
|
local theme = ashen_lualine.theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue