Update: 2024-10-15

This commit is contained in:
2024-10-15 20:59:39 +03:00
parent 89989c222f
commit 814425e4b7
41 changed files with 1044 additions and 546 deletions

View File

@@ -3,12 +3,20 @@ return {
dependencies = {
"MunifTanjim/nui.nvim",
},
keys = {
{
"<leader>od",
function()
require("dbee").toggle()
end,
desc = "Toggle Dbee",
},
},
cmd = "Dbee",
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("curl")
-- go install github.com/kndndrj/nvim-dbee/dbee@latest
require("dbee").install("go")
end,
opts = {
--- https://github.com/kndndrj/nvim-dbee/blob/master/lua/dbee/config.lua