starter/lua/plugins/barbecue.lua

13 lines
231 B
Lua
Raw Normal View History

2024-09-09 05:09:42 +08:00
return {
"utilyre/barbecue.nvim",
name = "barbecue",
version = "*",
dependencies = {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
},
opts = {
-- configurations go here
},
}