fix(nvim): bbq was having trouble with harpoon, so it got killed:/

This commit is contained in:
2025-04-16 14:52:27 +02:00
parent 2969f228a7
commit 248c1cfa47
2 changed files with 13 additions and 16 deletions

View File

@@ -1,14 +1,13 @@
return {
"utilyre/barbecue.nvim",
name = "barbecue",
event = { "VeryLazy"},
version = "*",
dependencies = {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
},
opts = {
-- configurations go here
}
}
return {}
-- "utilyre/barbecue.nvim",
-- name = "barbecue",
-- event = { "VeryLazy"},
-- version = "*",
-- dependencies = {
-- "SmiteshP/nvim-navic",
-- "nvim-tree/nvim-web-devicons", -- optional dependency
-- },
-- opts = {
-- -- configurations go here
-- }
-- }

View File

@@ -1,5 +1,4 @@
return {
'ThePrimeagen/harpoon',
event = "VeryLazy",
dependencies = 'nvim-lua/plenary.nvim',
@@ -39,7 +38,6 @@ return {
config.marks = new_marks
ui.nav_prev()
end)
vim.keymap.set("n", "<leader>h", ui.toggle_quick_menu)