catgoose / do-the-needful.nvim

Neovim task runner that uses tmux windows to do the needful please
40 stars 1 forks source link

Plugin not updating project path when directory is changed #8

Closed CWood-sdf closed 3 months ago

CWood-sdf commented 3 months ago

I personally use a start screen that I made (spaceport) for getting to my projects. Under the hood, it changes neovim's cwd so that I can get to any project. However, this functionality breaks this plugin because it sets the project .tasks.json path to whatever the cwd of neovim was when it was opened, not the cwd that spaceport sets it to when entering a project

If you want me to write a pr for this issue to save your time, I could definitely do that

catgoose commented 3 months ago

Sure, if you write a PR I will take a look at it.