mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
8 lines
239 B
Lua
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',
|
|
}
|