mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: validation for whichkey chat
This commit is contained in:
parent
a51db2cbc7
commit
babcd3c9dd
1 changed files with 3 additions and 1 deletions
|
@ -277,7 +277,9 @@ M.mappings = {
|
|||
},
|
||||
}
|
||||
|
||||
if vim.g.pcode_codeium then
|
||||
table.insert(M.mappings, { ["c"] = { ":call codeium#Chat()<cr>", " Codeium Chat" } })
|
||||
end
|
||||
|
||||
M.mappings2 = {
|
||||
["/"] = { "<esc><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<cr>", " Commet Block" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue