From a61fe45a8a47a0d26f574e12931271206d7108e2 Mon Sep 17 00:00:00 2001 From: Blake Dietz Date: Sat, 25 Feb 2023 15:42:17 -0700 Subject: [PATCH] Update example.lua --- lua/plugins/example.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 39f342f..1d353ac 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -217,6 +217,9 @@ return { -- first: disable default and 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,