AutoYADM commit: 2025-01-03 19:45:01

This commit is contained in:
Daniel Fichtinger 2025-01-03 19:45:02 -05:00
parent d9c8d81a7a
commit 15ba4fe9f5
No known key found for this signature in database
GPG key ID: D1B0947B25420214
3 changed files with 8 additions and 3 deletions

View file

@ -8,8 +8,12 @@ return {
-- },
dev = true,
-- opts = {
-- -- colors = { blue = "#ffffff" },
-- -- hl = {},
-- -- -- colors = { blue = "#ffffff" },
-- hl = {
-- -- Normal = {
-- -- "#FFFFFF",
-- -- },
-- },
-- },
},
{

View file

@ -5,6 +5,7 @@ return {
dependencies = {
"ficcdaf/ashen.nvim",
},
opts = {},
-- opts = {
-- user_default_options = {
-- names = true,

View file

@ -48,6 +48,6 @@ return {
},
}
require("trailblazer").setup(opts)
require("ashen.plugins").setup("trailblazer")
-- require("ashen.plugins").setup("trailblazer")
end,
}