feat(nvim): added new breadcrumbs bar

also changed the old bbq for the new dropbar because of neovim nightly adoption
This commit is contained in:
Sergio Laín 2023-10-06 12:54:41 +02:00
parent f38ba04d54
commit a0e6cf42b9
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ return {
{ {
"Bekaboo/dropbar.nvim", "Bekaboo/dropbar.nvim",
config = function() config = function()
require("dropbar").config() require("dropbar").setup()
end, end,
}, },
} }