Is it possible to write extension that doesn't show anything on init but it starts executing something on type?
From what I can see most extensions cache everything on init and then the accept narrows down the search.
I for example want to use grep -r in PWD and I want it to be lazy.
Is it possible to write extension that doesn't show anything on init but it starts executing something on type? From what I can see most extensions cache everything on init and then the accept narrows down the search. I for example want to use grep -r in PWD and I want it to be lazy.
Thanks