mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -278,11 +278,11 @@ M.mappings = {
|
|||
},
|
||||
}
|
||||
|
||||
if vim.g.pcode_codeium then
|
||||
if pcode.codeium then
|
||||
table.insert(M.mappings, { ["c"] = { ":call codeium#Chat()<cr>", " Codeium Chat" } })
|
||||
end
|
||||
|
||||
if vim.g.pcode_database then
|
||||
if pcode.database then
|
||||
table.insert(M.mappings, {
|
||||
["D"] = {
|
||||
name = " DBUI",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue