mirror of https://github.com/LazyVim/starter
Codeium
parent
ced6b13383
commit
fe76e4a545
|
@ -38,7 +38,6 @@ require("lazy").setup({
|
||||||
-- "netrwPlugin",
|
-- "netrwPlugin",
|
||||||
"tarPlugin",
|
"tarPlugin",
|
||||||
"tohtml",
|
"tohtml",
|
||||||
"tutor",
|
|
||||||
"zipPlugin",
|
"zipPlugin",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
"Exafunction/codeium.vim",
|
||||||
|
|
||||||
|
config = function()
|
||||||
|
vim.keymap.set("i", "<Tab>", function()
|
||||||
|
return vim.fn["codeium#Accept"]()
|
||||||
|
end, { expr = true })
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue