chrishrb / gx.nvim

Implementation of gx without the need of netrw
Apache License 2.0
186 stars 19 forks source link

Improve import time from ~6ms to 0.75ms #28

Closed dsully closed 9 months ago

dsully commented 9 months ago

Defer require() calls.

Remove unused require() calls.

Fix spelling of 'notfier' -> 'notifier'

Remove deprecated table.getn() call.

chrishrb commented 9 months ago

Thanks for this PR! 👍