pleshevskiy
pleshevskiy
> I'd just need a list of everything that should be included. A search showed that only 3 functions use random. If you know any others, they should be added...
I think I'm facing the same problem Steps to reproduce the issue: 1. Open directory as the following: ```sh nvim . ``` 2. Then open any file (`Enter` or `o`)....
I found a workaround to use `` to open the first file. But it would be great if `o` didn't push sidebar to the right.
https://github.com/kyazdani42/nvim-tree.lua/pull/1594 fixed my problem :)
@alex-courtis It works! Thank you!
I also fixed the tests, cause someone broke it :)
Seems like I have to change query to reload my command :( It will not work for me
 It works without `builtins`... but it's ok with `map`, but what about `readFile`?
 we cannot use it :)
Seems like `nil` adds a prefix "builtins." to get info about the function