AutoYADM commit: 2024-12-22 19:30:02
This commit is contained in:
parent
a885dec5c8
commit
66578ee242
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"chentoast/marks.nvim",
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
local function fmt_prefix(prefix, mappings)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-- TODO: add trailblazer highlight groups to ashen
|
||||
return {
|
||||
"LeonHeidelbach/trailblazer.nvim",
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
event = "UIEnter",
|
||||
config = function()
|
||||
local hl_groups = require("which-key").add({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue