Skip to content

Commit

Permalink
feat(luasnip): support ECMAScript regexes (#1291)
Browse files Browse the repository at this point in the history
As per `:h luasnip-lsp-snippets-transformations`

Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
  • Loading branch information
Jint-lzxy authored Jun 16, 2024
1 parent 086bb81 commit 2fedc08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/modules/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ completion["hrsh7th/nvim-cmp"] = {
dependencies = {
{
"L3MON4D3/LuaSnip",
dependencies = { "rafamadriz/friendly-snippets" },
build = "make install_jsregexp",
config = require("completion.luasnip"),
dependencies = { "rafamadriz/friendly-snippets" },
},
{ "lukas-reineke/cmp-under-comparator" },
{ "saadparwaiz1/cmp_luasnip" },
Expand Down

0 comments on commit 2fedc08

Please sign in to comment.