added context breadcrumbs

pull/598/head
Micah Effiong 2 years ago
parent 48a60118d8
commit 4b1307ef1d

@ -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
}
Loading…
Cancel
Save