mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
12 lines
190 B
Lua
12 lines
190 B
Lua
return {
|
|
"utilyre/barbecue.nvim",
|
|
name = "barbecue",
|
|
version = "*",
|
|
dependencies = {
|
|
"SmiteshP/nvim-navic",
|
|
"nvim-tree/nvim-web-devicons",
|
|
},
|
|
opts = {
|
|
theme = "catppuccin",
|
|
}
|
|
}
|