mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: add dropbar for vscode still breadcrumbs
This commit is contained in:
parent
ad22adab7d
commit
c6000303ea
1 changed files with 10 additions and 0 deletions
10
lua/lazyvim/plugins/extras/editor/dropbar.lua
Normal file
10
lua/lazyvim/plugins/extras/editor/dropbar.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"Bekaboo/dropbar.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
},
|
||||
config = {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue