Results 45 comments of 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 :)

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

![image](https://user-images.githubusercontent.com/7839004/191849459-39761ec5-8170-4a01-bb6d-a23bcaea8376.png) It works without `builtins`... but it's ok with `map`, but what about `readFile`?

![image](https://user-images.githubusercontent.com/7839004/191849754-e1008e44-8a36-4871-9cec-80f283a0fcfb.png) we cannot use it :)

Seems like `nil` adds a prefix "builtins." to get info about the function