mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
feat(cmp): update to blink.cmp
This commit is contained in:
@@ -5,17 +5,13 @@ return {
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
|
||||
"<leader>od",
|
||||
function()
|
||||
require("dbee").toggle()
|
||||
end,
|
||||
require("dbee").toggle,
|
||||
desc = "Toggle Dbee",
|
||||
},
|
||||
},
|
||||
cmd = "Dbee",
|
||||
cmd = { "Dbee" },
|
||||
build = function()
|
||||
-- go install github.com/kndndrj/nvim-dbee/dbee@latest
|
||||
require("dbee").install("go")
|
||||
end,
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user