AutoYADM commit: 2024-12-12 22:50:04
This commit is contained in:
parent
874e0b7608
commit
49281a1bd2
1 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
-- TODO: add trailblazer highlight groups to ashen
|
-- TODO: add trailblazer highlight groups to ashen
|
||||||
return {
|
return {
|
||||||
"LeonHeidelbach/trailblazer.nvim",
|
"LeonHeidelbach/trailblazer.nvim",
|
||||||
|
enabled = false,
|
||||||
config = function()
|
config = function()
|
||||||
local hl_groups =
|
local hl_groups = require("which-key").add({
|
||||||
require("ashen.plugins.trailblazer").map, require("which-key").add({
|
|
||||||
{ "<leader>m", group = "Trailblazer" },
|
{ "<leader>m", group = "Trailblazer" },
|
||||||
})
|
})
|
||||||
local function fmt_prefix(prefix, mappings)
|
local function fmt_prefix(prefix, mappings)
|
||||||
|
@ -45,9 +45,10 @@ return {
|
||||||
"stack3",
|
"stack3",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
hl_groups = hl_groups,
|
-- hl_groups = hl_groups,
|
||||||
}
|
}
|
||||||
|
|
||||||
require("trailblazer").setup(opts)
|
-- require("trailblazer").setup(opts)
|
||||||
|
-- require("ashen.plugins.trailblazer").map
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue