Nachum Barcohen
Nachum Barcohen
When visually selecting a single line, it won't be sent to the command through AsyncRun for some reason. Probably some parsing magic that is using newline as a delimiter. So...
Probably has to do with the color escape characters being counted as part of the column width incorrectly by the writer.
The issue is in the color library, I opened an issue on them: https://github.com/fatih/color/issues/179
Fixed the return value, it indeed works as expected that way. I'm not sure what you mean by "check the location provider" - can you elaborate on that please? I...
Added a global option for my change. Did some further testing and I noticed that when I don't have compile_commands.json clangd returns incorrect locations for tags instead of an empty...
I'm fine with merging now. If I'll have further fixes, I'll raise another PR.
Bumping this thread, as I'm facing a similar issue. I'm working in a multi-repo environment, with lots of dependencies between the packages, and I'd like to pre-compile the index shards....
Hi, since I didn't see any activity on this, I started an implementation. The removal of the `after` part is easy, and works more or less. I'm unsure about returning...
What system are you running on? If on Windows, do you have an X server running, like suggested in the help message?