AutoYADM commit: 2024-12-18 18:20:03
This commit is contained in:
parent
14a13691bd
commit
f865dbb842
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
return {
|
||||
"chentoast/marks.nvim",
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
opts = {
|
||||
builtin_marks = { ".", "<", ">", "^" },
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-- TODO: add trailblazer highlight groups to ashen
|
||||
return {
|
||||
"LeonHeidelbach/trailblazer.nvim",
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
event = "UIEnter",
|
||||
config = function()
|
||||
local hl_groups = require("which-key").add({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue