Merel
Merel
If I'm not mistaken the problem is caused by the fact that my code relies on unix type path's with a / instead of a windows type path with \....
@codeur4 would you do me a favour and check out the PR referenced here? I don't have a windows pc, and I'm probably going over this a bit too quickly.
OK i will try and get a windows virtual image from work and figure out the problem. I'll get back to you as soon as possible.
@hunhejj actually there has been. @tplunket has made A fix. You can check it out in pull request #112. Would you be so kind in checking out that pull request...
I don't use vim-plug myself but I expect it should be possible by temporarily using this syntax. Plug 'numkil/ag.nvim', { 'branch': 'fixGuessProjectRootOnWindows' } This will checkout the specific branch I...
We wachten tot de beta release er is. Daarna kunnen we mondjesmaat dingen uitproberen.
This works as intended, I merged and tested this in ag.nvim where it worked. :+1:
You guys are free to use my code in any way you like. Due to my current work situation I have very little time left to actually spend on my...
Ok, the most important issue that I've seen in my time playing around with neovim's asynchronous api, almost 7 months ago, is that vader has no support for it. Testing...