added context breadcrumbs

This commit is contained in:
Micah Effiong 2023-06-15 10:05:53 +01:00
parent 48a60118d8
commit 4b1307ef1d
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
-- for context breadcrumb
return {
"utilyre/barbecue.nvim",
name = "barbecue",
version = "*",
dependencies = {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
},
opts = {
-- configurations go here
},
config = function ()
require('barbecue').setup {}
end
}