mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 20:29:08 -04:00
Update codeium nvim
This commit is contained in:
parent
3bc203a1f1
commit
0f119de936
3 changed files with 27 additions and 2 deletions
|
@ -83,8 +83,16 @@ return {
|
|||
},
|
||||
|
||||
{
|
||||
"Exafunction/codeium.vim",
|
||||
"Exafunction/codeium.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"hrsh7th/nvim-cmp",
|
||||
},
|
||||
event = "BufEnter",
|
||||
config = function()
|
||||
require("codeium").setup({
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
"Wansmer/symbol-usage.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue