mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-17 22:24:46 +01:00
16 lines
306 B
Lua
16 lines
306 B
Lua
return {
|
|
-- vs code like topbar
|
|
"utilyre/barbecue.nvim",
|
|
name = "barbecue",
|
|
version = "*",
|
|
dependencies = {
|
|
"SmiteshP/nvim-navic",
|
|
"nvim-tree/nvim-web-devicons", -- optional dependency
|
|
},
|
|
opts = {
|
|
theme = {
|
|
normal = { bg = "#272727" },
|
|
},
|
|
},
|
|
}
|