-
-
Notifications
You must be signed in to change notification settings - Fork 902
feat: asyncify pickers #709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I am getting this error for the autocommands finder:
|
As a consumer of this library and an active watcher of such pull requests, I feel that the founder and main contributor to Telescope having linting issues really reduces my confidence in this project. |
Please don't make me turn my profile picture into the leaked photos that have been going around on twitter... |
8fef77f
to
da8ea7f
Compare
I've tried it out, this is more than just "works for me", but "works great for me" :D |
1377962
to
0e110b5
Compare
0e110b5
to
d9bbeee
Compare
OK, I think I'm ready to merge this. Could I get some code review / thoughts / anything? I'll wait 24 hours and then merge (so I can fix on Friday on stream if we have any problems) |
Well to be perfectly honest, in my humble opinion, of course without offending anyone who thinks differently from my point of view, but also by looking into this matter in a different perspective and without being condemning of one's view's and by trying to make it objectified, and by considering each and every one's valid opinion, I honestly believe that I completely forgot what I was going to say |
just tested this. |
* upstream/master: picker(live_grep): add option to grep only over open files (nvim-telescope#666) git(action): create and checkout branch (nvim-telescope#755) readme: fix broken links and spelling errors (nvim-telescope#753) added a new DynamicFinder (which can be used with rust_analyzer) (nvim-telescope#705) feat: add icons to git_status finder (nvim-telescope#401) fix: update to newer code (nvim-telescope#744) pickers(buffers): added only_cwd opt (nvim-telescope#739) feat: asyncify pickers - except for live_grep (nvim-telescope#709) fix: Use standardized names for current buffer fuzzy find (nvim-telescope#737) fix(git_branches): use the quoted fields instead of json-formatting and fix regressions with nvim-telescope#695 (nvim-telescope#704) feat: buf highlights for current buffer fuzzy find (nvim-telescope#732)
Working on making pickers async. Will clean up code as I go.