Skip to content

Commit

Permalink
fix(cmp): improve lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jun 6, 2024
1 parent 957c32a commit de8d326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astronvim/plugins/cmp_luasnip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ return {
{ "hrsh7th/cmp-path", lazy = true },
{ "hrsh7th/cmp-nvim-lsp", lazy = true },
},
event = "InsertEnter",
event = "InsertCharPre",
opts = function()
local cmp, astro = require "cmp", require "astrocore"

Expand Down

0 comments on commit de8d326

Please sign in to comment.