Adding mremoteng and dbee to vim

This commit is contained in:
Zackarias Montell
2025-11-04 13:28:03 +01:00
parent b792e60b84
commit a252e9c33a
4 changed files with 44 additions and 23 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,
},
}