AutoYADM commit: 2024-12-18 18:15:04
This commit is contained in:
parent
642e9d7ffa
commit
14a13691bd
4 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
"chentoast/marks.nvim",
|
||||
enabled = false,
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
@ -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({
|
||||
|
|
8
.config/nvim/lua/plugins/vessel.lua
Normal file
8
.config/nvim/lua/plugins/vessel.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"gcmt/vessel.nvim",
|
||||
enabled = false,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
create_commands = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue