dotfiles/.config/nvim/lua/plugins/dropbar.lua
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

8 lines
136 B
Lua

return {
{
"Bekaboo/dropbar.nvim",
config = function()
require("dropbar").setup()
end,
},
}