neovim/lua/crux/plugins/init.lua
2024-05-06 20:27:39 -04:00

17 lines
237 B
Lua

return{
{
"utilyre/barbecue.nvim",
name = "barbecue",
version = "*",
dependencies = {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
},
opts = {
-- configurations go here
},
}
}