1
0

add base snippets config

This commit is contained in:
2025-03-30 10:50:36 +02:00
parent 81c3491c57
commit d96bee448e
2 changed files with 44 additions and 4 deletions

View File

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