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,