This commit is contained in:
Christian Nieves
2023-06-26 17:48:16 -05:00
parent 925f79f9d4
commit 9458aa0d58
6 changed files with 227 additions and 185 deletions

View File

@ -0,0 +1,10 @@
return {
{
"L3MON4D3/LuaSnip",
-- follow latest release.
version = "<CurrentMajor>.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
-- install jsregexp (optional!).
build = "make install_jsregexp",
},
{ "saadparwaiz1/cmp_luasnip" },
}