mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +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" },
|
|
}
|
|
},
|
|
}
|
|
}
|