mirror of https://github.com/LazyVim/starter
13 lines
231 B
Lua
13 lines
231 B
Lua
|
return {
|
||
|
"utilyre/barbecue.nvim",
|
||
|
name = "barbecue",
|
||
|
version = "*",
|
||
|
dependencies = {
|
||
|
"SmiteshP/nvim-navic",
|
||
|
"nvim-tree/nvim-web-devicons", -- optional dependency
|
||
|
},
|
||
|
opts = {
|
||
|
-- configurations go here
|
||
|
},
|
||
|
}
|