mirror of
https://github.com/xsghetti/neovim.git
synced 2025-01-23 09:36:10 -05:00
17 lines
237 B
Lua
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
|
|
},
|
|
}
|
|
|
|
}
|
|
|
|
|