mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Codeium
This commit is contained in:
parent
ced6b13383
commit
fe76e4a545
2 changed files with 9 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ require("lazy").setup({
|
|||
-- "netrwPlugin",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"tutor",
|
||||
"zipPlugin",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
9
lua/plugins/codeium.lua
Normal file
9
lua/plugins/codeium.lua
Normal file
|
|
@ -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…
Add table
Reference in a new issue