terrychou / iVim

A vim port to iOS.
601 stars 34 forks source link

Python Module, LeaderF #146

Closed suliveevil closed 2 years ago

suliveevil commented 4 years ago

I want use LeaderF as replacement of Ctrlp, but LeaderF doesn’t work.

AttributeError: module ‘os’ has no attribute getattr

module ‘os’ has no attribute __getattr__

terrychou commented 4 years ago

LeaderF makes its fuzzy engine by making a C extension (https://github.com/Yggdroot/LeaderF/blob/master/autoload/leaderf/fuzzyMatch_C/setup.py). This is not supported in iVim unfortunately.

suliveevil commented 4 years ago

C is optional, not required.

dangh commented 3 years ago

+1 for this. LeaderF fuzzy is much better than CtrlP