chrisgrieser / nvim-spider

Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.
MIT License
663 stars 13 forks source link

fix: import statement init.lua #36

Closed filipgodlewski closed 11 months ago

filipgodlewski commented 11 months ago

There was a bug in require:

nvim-spider/lua/spider/init.lua:2: module 'lua.spider.pattern-variants' not found:
chrisgrieser commented 11 months ago

I just noticed the issue myself and have already fixed it a second ago 🙈

Thanks though!