luasnip added
This commit is contained in:
parent
f0d9ed52c0
commit
397bdb7f24
1 changed files with 7 additions and 0 deletions
7
lua/plugins/luasnip.lua
Normal file
7
lua/plugins/luasnip.lua
Normal 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',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue