hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.88k stars 393 forks source link

perf: don't eagerly load vim.snippet #1896

Closed tomtomjhj closed 5 months ago

tomtomjhj commented 5 months ago

Evaluating vim.snippet loads many modules, which takes about 1ms.

hrsh7th commented 5 months ago

thank you