feat(init): first init

This commit is contained in:
darwincereska
2025-10-29 15:58:28 -04:00
commit 5a5c81eb60
34 changed files with 713 additions and 0 deletions

10
lua/plugins/dropbar.lua Normal file
View 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
}