fix(extra): luasnip wasn't lazyloaded

This commit is contained in:
mirsella 2024-07-14 14:32:11 +02:00
parent 45af7e1fed
commit f83e5cb9bc
No known key found for this signature in database
GPG key ID: D42EDDC1DF57AF1A

View file

@ -1,6 +1,7 @@
return {
{
"L3MON4D3/LuaSnip",
lazy = true,
build = (not LazyVim.is_win())
and "echo 'NOTE: jsregexp is optional, so not a big deal if it fails to build'; make install_jsregexp"
or nil,