diff --git a/lua/custom/plugins/barbecue.lua b/lua/custom/plugins/barbecue.lua new file mode 100644 index 00000000..f334af39 --- /dev/null +++ b/lua/custom/plugins/barbecue.lua @@ -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 +}