mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 06:24:42 -05:00
feat(init): first init
This commit is contained in:
10
lua/plugins/dropbar.lua
Normal file
10
lua/plugins/dropbar.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"Bekaboo/dropbar.nvim",
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
build = "make"
|
||||
},
|
||||
config = function()
|
||||
local dropbar_api = require("dropbar.api")
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user