perf(coding): dont load vim.snippet early

This commit is contained in:
Folke Lemaitre 2024-05-17 14:26:25 +02:00
parent 6aef1989bd
commit 289c2f81c4
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -96,7 +96,7 @@ return {
},
-- snippets
vim.snippet
vim.fn.has("nvim-0.10") == 1
and {
"nvim-cmp",
dependencies = {