Kiyan

Results 142 comments of Kiyan

Also does the jit compiler offers introspection on the lua code ? maybe this could help us generate the code executed in the on_attach call.

CF https://github.com/kyazdani42/nvim-tree.lua/pull/1476 for automatic migration

i've tried the keymap introspection but i don't think it will work :/ ```lua for _, v in pairs(vim.api.nvim_buf_get_keymap(require"nvim-tree.view".get_bufnr(), "")) do if v.callback then local info = debug.getinfo(v.callback) local line,...

To be honest, we removed this because there were too many people asking for different implementations of this feature. We spent a lot of time answering these issues. We don't...

what i mean is that we won't merge that again, because even if it works better for some people, some other people will want different implementations. You can write a...

yep @RaafatTurki i've fixed it in the PR add navigation

unrelated @RaafatTurki, please open a new issue, i believe this is related to https://github.com/kyazdani42/nvim-tree.lua/pull/1408

i thought i fixed that already. I'll see for a patch in the next days

would be feasible yes. But the renderer is a bit messy so adding features to it is not a good idea, but if you still wish to implement this, go...

hi @cainnz wdym by changing the colors of folders ? Do you mean changing it related to this feature request ?