Alexander Courtis

Results 641 comments of Alexander Courtis

Suggestion: spend your time putting together a reproducer instead of fixing it yourself. Worst case estimates: * bisected commenting out / testing of 40 plugins: 5 bisections at 3 mins...

We don't have official API for that, however you can retrieve all the nodes in the tree. Something like: ```lua local explorer = require("nvim-tree.core").get_explorer() for _, node in pairs(explorer.nodes) do...

> Im having a bit of error here `explorer` being `nil`. You'll need to open the tree first. > Will there plans to support an official API for this? Something...

> To create the script to make such formatting with sed is a lot of work that not worth it. And the result of the script will never be like...

@anuvyklack have you made any progress? The script should be simple to fix; it just requires updating the markers in the help file that the script uses.

@gegoune @kyazdani42 how do you feel about this one? The author will not fix `update-help.sh` however it should be simple for us. I am happy to reject this one; the...

> I would be happy to make it its way in. Maybe someone else will pick it up? I could see if I could amend the script, maybe with some...

RE links after options `auto_reload_on_write = true, -- |nvim-tree.auto_reload_on_write|` they should go in nvim-tree.lua to be scraped. Once again, author made no attempt to understand.

These changes do require some attention e.g. the removal of the links such as `:NvimTreeRefresh`. I did not fully review these changes as I found the author to be very...

I'm not seeing that behaviour with my setup nor an [nvt-min.lua](https://github.com/kyazdani42/nvim-tree.lua/issues/new?assignees=&labels=bug&template=bug_report.yml) setup. Please create an nvt-min.lua so that we may reproduce.