AutoYADM commit: 2025-01-03 19:45:01
This commit is contained in:
parent
d9c8d81a7a
commit
15ba4fe9f5
3 changed files with 8 additions and 3 deletions
|
@ -8,8 +8,12 @@ return {
|
|||
-- },
|
||||
dev = true,
|
||||
-- opts = {
|
||||
-- -- colors = { blue = "#ffffff" },
|
||||
-- -- hl = {},
|
||||
-- -- -- colors = { blue = "#ffffff" },
|
||||
-- hl = {
|
||||
-- -- Normal = {
|
||||
-- -- "#FFFFFF",
|
||||
-- -- },
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@ return {
|
|||
dependencies = {
|
||||
"ficcdaf/ashen.nvim",
|
||||
},
|
||||
opts = {},
|
||||
-- opts = {
|
||||
-- user_default_options = {
|
||||
-- names = true,
|
||||
|
|
|
@ -48,6 +48,6 @@ return {
|
|||
},
|
||||
}
|
||||
require("trailblazer").setup(opts)
|
||||
require("ashen.plugins").setup("trailblazer")
|
||||
-- require("ashen.plugins").setup("trailblazer")
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue