1
0

Initial commit

This commit is contained in:
Jan
2025-12-08 13:57:15 +01:00
commit ab9930d50f
9 changed files with 141 additions and 0 deletions

7
lua/plugins/luasnip.lua Normal file
View File

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