mirror of https://github.com/LazyVim/starter
8 lines
162 B
Lua
8 lines
162 B
Lua
|
return {
|
||
|
"Bekaboo/dropbar.nvim",
|
||
|
-- optional, but required for fuzzy finder support
|
||
|
dependencies = {
|
||
|
"nvim-telescope/telescope-fzf-native.nvim",
|
||
|
},
|
||
|
}
|