dotfiles/.config/nvim/lua/plugins/bbq.lua.bak
Sergio Laín a0e6cf42b9
feat(nvim): added new breadcrumbs bar
also changed the old bbq for the new dropbar because of neovim nightly adoption
2023-10-06 12:54:41 +02:00

15 lines
343 B
Lua

return {
{
"utilyre/barbecue.nvim",
name = "barbecue",
version = "*",
dependencies = {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
},
event = "BufRead",
opts = {
theme = "catppuccin-macchiato",
},
},
}