fix(nvim): bbq was having trouble with harpoon, so it got killed:/
This commit is contained in:
		| @@ -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 | ||||
| --     } | ||||
| -- } | ||||
|   | ||||
| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user