mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 06:24:42 -05:00
11 lines
225 B
Lua
11 lines
225 B
Lua
return {
|
|
"Bekaboo/dropbar.nvim",
|
|
dependencies = {
|
|
"nvim-telescope/telescope-fzf-native.nvim",
|
|
build = "make"
|
|
},
|
|
config = function()
|
|
local dropbar_api = require("dropbar.api")
|
|
end
|
|
}
|