kickstart.nvim/lua/plugins/luasnip.lua

8 lines
239 B
Lua
Raw Normal View History

2024-06-18 09:51:23 +02:00
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',
}