mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: update config which-key
This commit is contained in:
parent
1aa86bfa2d
commit
7962b741bd
11 changed files with 446 additions and 202 deletions
|
@ -31,6 +31,9 @@ if pcode.codeium then
|
|||
return vim.fn["codeium#Clear"]()
|
||||
end, { expr = true, silent = true })
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>c", ":call codeium#Chat()<cr>", desc = " Codeium Chat", mode = "n" },
|
||||
},
|
||||
}
|
||||
else
|
||||
M.codeium = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue