awoodx
Results
2
issues of
awoodx
### Observed behavior In my set-up, I'm using nvim and I have several projects each with their own compile_commands.json and .ccls files. Eg. ``` ./projA/compile_commands.json ./projA/.ccls ./projA/src/srcA.cpp ./projB/compile_commands.json ./projB/.ccls ./projB/src/srcB.cpp...
Hi, Thanks for the great plugin! I'm trying to use this plugin to run make asynchronously, but having issues with the configuration. This is what I have so far: ```...