Update example.lua

This commit is contained in:
Blake Dietz 2023-02-25 15:42:17 -07:00 committed by GitHub
parent 1a2b26d37c
commit a61fe45a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,9 @@ return {
-- first: disable default <tab> and <s-tab> behavior in LuaSnip
{
"L3MON4D3/LuaSnip",
-- install jsregexp. This is technically optional, but is required for 1:1 parity with VSCode snippets.
-- Read more about the impacts of the need for jsregexp with LuaSnip [here](https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#transformations)
build = "make install_jsregexp",
keys = function()
return {}
end,