While working on #63, I noticed that the generated file paths have extra components.
For example, when my PWD is /Code/trouble.nvim and there's a conflict in /Code/trouble.nvim/lua/trouble/init.lua, the corresponding result when running GitConflictListQf will be located in /Code/trouble.nvim/lua/trouble/lua/trouble/init.lua.
While working on #63, I noticed that the generated file paths have extra components.
For example, when my
PWD
is/Code/trouble.nvim
and there's a conflict in/Code/trouble.nvim/lua/trouble/init.lua
, the corresponding result when runningGitConflictListQf
will be located in/Code/trouble.nvim/lua/trouble/lua/trouble/init.lua
.The dropbar below makes the issue clearer: