ggandor / lightspeed.nvim

deprecated in favor of leap.nvim
MIT License
1.56k stars 28 forks source link

fix missing module #128

Closed zbirenbaum closed 2 years ago

zbirenbaum commented 2 years ago

lightspeed.lua was deleted in #126, this adds it back. Fixes #127

p00f commented 2 years ago

The current lightspeed.fnl doesn't compile though. The lightspeed.fnl you're adding back doesn't correspond to the source

See #129

zbirenbaum commented 2 years ago

The current lightspeed.fnl doesn't compile though. The lightspeed.fnl you're adding back doesn't correspond to the source

See #129

Ahh thanks for letting me know, I read the issue post and sounded like they were separate files, didn't realize it was the compiled output of the fnl file. I'll close this.