Skip to content

Commit

Permalink
perf(codeium-nvim): add event and cmd fields for improved lazy-lo…
Browse files Browse the repository at this point in the history
…ading (#1078)

perf(codeium-nvim): add missing lazy spec events
  • Loading branch information
manuuurino authored Jul 2, 2024
1 parent 03bf3a5 commit 6a1b312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/astrocommunity/completion/codeium-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
return {
{
"Exafunction/codeium.nvim",
event = "User AstroFile",
cmd = "Codeium",
opts = {
enable_chat = true,
},
Expand Down

0 comments on commit 6a1b312

Please sign in to comment.