refactor(#2827): multi instance nvim-tree.live-filter#2849
refactor(#2827): multi instance nvim-tree.live-filter#2849alex-courtis merged 11 commits intomasterfrom
Conversation
|
Nice. I can see you on the board. Added the issue in the description so that the PR also shows. |
|
Are you able to drag the issue on the board to "in progress"? New to github projects and trying to sort out permissions... |
|
Inside the issue I can do almost everything but unfortunately project board is not interactive for me. |
Not looking good for auto transitions: https://github.com/orgs/community/discussions/72699 I think I've added you this time; you should have full access to the project. |
|
yup, now it works |
alex-courtis
left a comment
There was a problem hiding this comment.
Looking great, works as expected!
You are getting practiced at this.
Co-authored-by: Alexander Courtis <alex@courtis.org>
…tree.lua into live-filter-multiinstace
|
For the next two weeks, I won't be available, but don't worry, I'll be back. |
| end) | ||
| :iterate() | ||
| i = require("nvim-tree.view").is_root_folder_visible() and i or i - 1 | ||
| i = require("nvim-tree.live-filter").filter and i + 1 or i |
| end) | ||
| :iterate() | ||
| i = require("nvim-tree.view").is_root_folder_visible() and i or i - 1 | ||
| i = require("nvim-tree.live-filter").filter and i + 1 or i |
No pressure at all. This is a slow burn... |
alex-courtis
left a comment
There was a problem hiding this comment.
Many thanks for your contribution!
fixes #2827
This is not ready yet. Just putting it here to indicate that I'm working on it.
Also would be nice to have things from other PRs to not duplicate the work.