nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing setting `g:nvim_tree_refresh_wait`

mattleong opened this issue · comments

Searched through source code and couldn't find a reference to g:nvim_tree_refresh_wait.

Search link:
https://github.com/kyazdani42/nvim-tree.lua/search?q=nvim_tree_refresh_wait

Is this now deprecated? Was it replaced with something else? Couldn't find any references or suggestions to alternatives in :h nvim-tree

commented

i indeed removed this option because it was causing all sort of undesired behaviors and inconsistencies.