AutoYADM commit: 2024-12-18 18:15:04

This commit is contained in:
Daniel Fichtinger 2024-12-18 18:15:04 -05:00
parent 642e9d7ffa
commit 14a13691bd
4 changed files with 13 additions and 4 deletions

View file

@ -1,5 +1,6 @@
return {
"chentoast/marks.nvim",
enabled = false,
event = "VeryLazy",
opts = {},
}

View file

@ -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({

View file

@ -0,0 +1,8 @@
return {
"gcmt/vessel.nvim",
enabled = false,
event = "VeryLazy",
opts = {
create_commands = true,
},
}