mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update config
This commit is contained in:
parent
8d037f7050
commit
a93d2e08bf
8 changed files with 63 additions and 424 deletions
|
@ -2,7 +2,7 @@ vim.g.codeium_disable_bindings = 1
|
|||
return {
|
||||
"Exafunction/codeium.vim",
|
||||
enabled = true,
|
||||
event = "VeryLazy",
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
-- Change '<C-g>' here to any keycode you like.
|
||||
vim.keymap.set("i", "<C-g>", function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue