replace nvim submodule with real files

This commit is contained in:
2025-05-03 22:27:42 -07:00
parent 3b012fc9da
commit 9d6b636420
71 changed files with 3980 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
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",
}