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 {
|
return {
|
||||||
"chentoast/marks.nvim",
|
"chentoast/marks.nvim",
|
||||||
enabled = true,
|
enabled = false,
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
local function fmt_prefix(prefix, mappings)
|
local function fmt_prefix(prefix, mappings)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
-- TODO: add trailblazer highlight groups to ashen
|
-- TODO: add trailblazer highlight groups to ashen
|
||||||
return {
|
return {
|
||||||
"LeonHeidelbach/trailblazer.nvim",
|
"LeonHeidelbach/trailblazer.nvim",
|
||||||
enabled = false,
|
enabled = true,
|
||||||
event = "UIEnter",
|
event = "UIEnter",
|
||||||
config = function()
|
config = function()
|
||||||
local hl_groups = require("which-key").add({
|
local hl_groups = require("which-key").add({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue