Mike Iversen

Results 225 comments of Mike Iversen

@Aonodensetsu can you try out [Branch 204-bug-nmread-does-not-work](https://github.com/miversen33/netman.nvim/tree/204-bug-nmread-does-not-work) and see if it fixes the issues you outlined? This doesn't implement async handling for Nmread (something I still want to do) nor...

Ya opening folders is going to be a bit of a mess and I am not including that in this branch. That's my next stream of work though after this...

> The properties not This doesn't explain anything lol what properties are you expecting to be set? This is likely an oversite on my part as I have absolutely no...

Well, that is very strange. I will keep poking. Thank you so much for your help with this :)

@Aonodensetsu can you re-pull branch [204-bug-nmread-does-not-work](https://github.com/miversen33/netman.nvim/tree/204-bug-nmread-does-not-work) and see if the issues you listed are still present? I added some better buffer creation logic (this needed to be done anyway) and...

So doing a bit of quick digging. I added some logging to the expand nodes function and it appears that there are no children when you go to further expand...

![Before Expand](https://user-images.githubusercontent.com/2640668/215239005-eae0bc49-1464-45e6-a3a3-b84086ef9f3a.png) ![After Expand](https://user-images.githubusercontent.com/2640668/215239011-ca5cea97-dd99-4288-ace6-02eda3bdc611.png) [Some logs that are basically useless to anyone not me lol](https://github.com/nvim-neo-tree/neo-tree.nvim/files/10524423/neo-treelogs.txt)

I will hammer out steps to reproduce what I am seeing, though it could also just be that I am expecting more than the source is currently designed to do....

Sounds like it's working as intended. I'll find a different solution for what I need then :)

I don't know that I like the idea of the buffers source automatically executing `cd`s (even if the option is off by default). When I opened the source, I saw...