Files
lazyfox/lua/plugins/luasnip.lua
Archie Fox 7f1d7f48dd Init commit
2025-07-25 13:09:33 +03:00

8 lines
239 B
Lua

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",
}