added context breadcrumbs
This commit is contained in:
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…
Reference in New Issue