We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d9ed5 commit 397bdb7Copy full SHA for 397bdb7
lua/plugins/luasnip.lua
@@ -0,0 +1,7 @@
1
+return {
2
+ 'L3MON4D3/LuaSnip',
3
+ -- follow latest release.
4
+ version = 'v2.*', -- Replace <CurrentMajor> by the latest released major (first number of latest release)
5
+ -- install jsregexp (optional!).
6
+ build = 'make install_jsregexp',
7
+}
0 commit comments