fix(nvim): bbq was having trouble with harpoon, so it got killed:/
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
return {
|
return {}
|
||||||
"utilyre/barbecue.nvim",
|
-- "utilyre/barbecue.nvim",
|
||||||
name = "barbecue",
|
-- name = "barbecue",
|
||||||
event = { "VeryLazy"},
|
-- event = { "VeryLazy"},
|
||||||
version = "*",
|
-- version = "*",
|
||||||
dependencies = {
|
-- dependencies = {
|
||||||
"SmiteshP/nvim-navic",
|
-- "SmiteshP/nvim-navic",
|
||||||
"nvim-tree/nvim-web-devicons", -- optional dependency
|
-- "nvim-tree/nvim-web-devicons", -- optional dependency
|
||||||
},
|
-- },
|
||||||
opts = {
|
-- opts = {
|
||||||
-- configurations go here
|
-- -- configurations go here
|
||||||
}
|
-- }
|
||||||
}
|
-- }
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
return {
|
return {
|
||||||
|
|
||||||
'ThePrimeagen/harpoon',
|
'ThePrimeagen/harpoon',
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
dependencies = 'nvim-lua/plenary.nvim',
|
dependencies = 'nvim-lua/plenary.nvim',
|
||||||
@@ -39,7 +38,6 @@ return {
|
|||||||
config.marks = new_marks
|
config.marks = new_marks
|
||||||
|
|
||||||
ui.nav_prev()
|
ui.nav_prev()
|
||||||
|
|
||||||
end)
|
end)
|
||||||
vim.keymap.set("n", "<leader>h", ui.toggle_quick_menu)
|
vim.keymap.set("n", "<leader>h", ui.toggle_quick_menu)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user