I'm using project.nvim and it changes the current working directory accordingly, for each project.
However, the path completion ignores the current working directory and always uses the cwd of the current buffer for relative paths.
I noticed there is already an issue for this: #21
Since this is my first time writing lua, feedback would be highly appreciated.
Hi,
I'm using project.nvim and it changes the current working directory accordingly, for each project. However, the path completion ignores the current working directory and always uses the cwd of the current buffer for relative paths.
I noticed there is already an issue for this: #21
Since this is my first time writing lua, feedback would be highly appreciated.
Thanks for feedback and for the great project