This commit is contained in:
2025-11-11 10:35:56 +01:00
5 changed files with 46 additions and 28 deletions

View File

@@ -0,0 +1,17 @@
return {
{
'kndndrj/nvim-dbee',
dependencies = {
'MunifTanjim/nui.nvim',
},
build = function()
-- Install tries to automatically detect the install method.
-- if it fails, try calling it with one of these parameters:
-- "curl", "wget", "bitsadmin", "go"
require('dbee').install()
end,
config = function()
require('dbee').setup(--[[optional config]])
end,
},
}