Neovim/lua/plugins/barbecue.lua

20 lines
429 B
Lua

return {
{
"utilyre/barbecue.nvim",
name = "barbecue",
version = "*",
dependencies = {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
},
opts = {
exclude_filetypes = {
"netrw",
"toggleterm",
"neo-tree",
"outline"
},
},
}
}