mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Update example.lua
This commit is contained in:
parent
1a2b26d37c
commit
a61fe45a8a
1 changed files with 3 additions and 0 deletions
|
|
@ -217,6 +217,9 @@ return {
|
||||||
-- first: disable default <tab> and <s-tab> behavior in LuaSnip
|
-- first: disable default <tab> and <s-tab> behavior in LuaSnip
|
||||||
{
|
{
|
||||||
"L3MON4D3/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()
|
keys = function()
|
||||||
return {}
|
return {}
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue