Skip to content

Commit 397bdb7

Browse files
author
jhe
committed
luasnip added
1 parent f0d9ed5 commit 397bdb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/plugins/luasnip.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)