mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-19 10:17:44 +01:00
17 lines
288 B
Lua
17 lines
288 B
Lua
|
return {
|
||
|
{
|
||
|
"utilyre/barbecue.nvim",
|
||
|
name = "barbecue",
|
||
|
version = "*",
|
||
|
dependencies = {
|
||
|
"SmiteshP/nvim-navic",
|
||
|
"nvim-tree/nvim-web-devicons", -- optional dependency
|
||
|
},
|
||
|
opts = {
|
||
|
theme = {
|
||
|
normal = { bg = "#272727" },
|
||
|
}
|
||
|
},
|
||
|
}
|
||
|
}
|