Removed dbee, it's cool but I am not using it, will re-add if needed

This commit is contained in:
2025-05-01 18:43:09 +03:00
parent 4d6f3f1d38
commit f5f19a6d4c

View File

@@ -1,12 +0,0 @@
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,
cmd = 'Dbee',
opts = {},
}