Kiyan

Results 142 comments of Kiyan

this would be interesting indeed :) But not feasible atm, i'll see when refactoring the renderer.

just a side note: vscode renders svg which is not feasible in nvim-tree since a terminal renders unicode and not images.

Hi @sangdth, will that be closed by https://github.com/kyazdani42/nvim-tree.lua/pull/1419 ?

Thanks :) I think this is an issue with the keybindings, a refactor is needed for this module anyway. I'll leave this open and might implement this when refactoring the...

@yifeikong are you sure ? All git calls are protected by a config check. The slowdown might com from the full tree refresh. With the new version it should dramatically...

@13k i realized this issue with global vim variables, that's why i started to work on the setup a while ago.... Also the setup thing is controversial for some people,...

@kraegpoeth which buffer do you delete ? It might be because of the `auto_close` option, set it to false in the setup might fix this.

Doesnt: ``` *nvim-tree.update_cwd* Changes the tree root directory on `DirChanged` and refreshes the tree. Type: `boolean`, Default: `false` ``` Already do that ?

I though it was asked already but cannot find the issue. Please open a PR if you feel like it, it might be a bit complex feature though :)