Nvim-tree.lua: luatree remains in old dir after changing working dir

Created on 27 Oct 2020  路  1Comment  路  Source: kyazdani42/nvim-tree.lua

I changed neovim's global working directory with vim.api.nvim_set_current_dir(), I checked with pwd, and it says I'm in the new directory.
But when I open luatree with require('tree').toggle(), luatree still shows me the old directory.

Most helpful comment

there are some issues with the path handling indeed. I'm currently working on a rewrite of this plugin to provide a better and extensible api and more features.

>All comments

there are some issues with the path handling indeed. I'm currently working on a rewrite of this plugin to provide a better and extensible api and more features.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stsewd picture stsewd  路  9Comments

kristijanhusak picture kristijanhusak  路  5Comments

gmr458 picture gmr458  路  6Comments

greister picture greister  路  8Comments

cloggier picture cloggier  路  8Comments