dapetcu21 / atom-autocomplete-lua

Extensible autocomplete+ provider for Lua
35 stars 6 forks source link

Speed-up #21

Closed pablomayobre closed 7 years ago

pablomayobre commented 7 years ago

This pull-request improves activation time loading most files when Atom is idle.

It also moves config from index.js to configSchema in the package.json since static JSON loads faster than JS

Fixes #18

pablomayobre commented 7 years ago

Bump @dapetcu21

Could this at least be reviewed?

dapetcu21 commented 7 years ago

I'll review it when I'll have time. I'm currently working on my thesis and will resume maintaining this project at the beginning of next month.

pablomayobre commented 7 years ago

That sounds great! Good luck in your thesis 😃

dapetcu21 commented 7 years ago

This looks fine. I'll merge and test and make a release when I get back to my personal laptop.

pablomayobre commented 7 years ago

That's cool! Thank you. I'll be waiting for the release 😃

dapetcu21 commented 7 years ago

Published. Thanks for the PR