Skip to content

Commit 5b671aa

Browse files
authored
fix(nvim-spider): provide UTF-8 support by default (#1482)
Co-authored-by: Krivoshapkin Eduard <buttersus@mail.ru>
1 parent 567643e commit 5b671aa

File tree

1 file changed

+7
-0
lines changed
  • lua/astrocommunity/motion/nvim-spider

1 file changed

+7
-0
lines changed

lua/astrocommunity/motion/nvim-spider/init.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ return {
3131
},
3232
},
3333
},
34+
{
35+
"vhyrro/luarocks.nvim",
36+
priority = 1000,
37+
opts = {
38+
rocks = { "luautf8" },
39+
},
40+
},
3441
},
3542
opts = {},
3643
}

0 commit comments

Comments
 (0)