mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
14 lines
238 B
Lua
14 lines
238 B
Lua
return {
|
|
"utilyre/barbecue.nvim",
|
|
name = "barbecue",
|
|
event = "BufEnter",
|
|
dependencies = {
|
|
"SmiteshP/nvim-navic",
|
|
"nvim-tree/nvim-web-devicons",
|
|
"folke/tokyonight.nvim",
|
|
},
|
|
opts = {
|
|
theme = "tokyonight",
|
|
},
|
|
}
|