dotfiles/.config/nvim/lua/plugins/bbq.lua
2023-09-09 23:17:40 +02:00

14 lines
310 B
Lua

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