feat: add dropbar for vscode still breadcrumbs

This commit is contained in:
Rubin Bhandari 2024-05-19 15:29:16 +05:45
parent ad22adab7d
commit c6000303ea

View file

@ -0,0 +1,10 @@
return {
{
"Bekaboo/dropbar.nvim",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
"nvim-telescope/telescope-fzf-native.nvim",
},
config = {},
},
}