Djancyp / regex.nvim

Simple regex helper
39 stars 1 forks source link

module "split"not found #1

Open t1gu1 opened 11 months ago

t1gu1 commented 11 months ago

Hi,

I try to use this plugin but I got that error. image

Here is my integration: { "Djancyp/regex.nvim", event = "VeryLazy", config = function() require("regex-nvim").setup() end },

I use NVIM v0.9.1 Also a use AstroVim as my base config v3.35.0

chrisgrieser commented 10 months ago

also noticed this. Seems to only be a minor issue, I have fixed it via PR in my fork