mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 20:29:08 -04:00
Add codeium
This commit is contained in:
parent
cd3d506a8e
commit
16d1ac6a56
2 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
||||
|
||||
-- You can also add or configure plugins by creating files in this `plugins/` folder
|
||||
-- Here are some examples:
|
||||
|
||||
|
@ -82,4 +80,9 @@ return {
|
|||
)
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"Exafunction/codeium.vim",
|
||||
event = "BufEnter",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue