Boris Staletic

Results 157 comments of Boris Staletic

Does vim's job api have still have a chance of getting support from Vebugger? I'd love to try this plugin, but as long as I have to compile a dependency...

Thanks for the replay. I've tried this plugin and it works great. I played a little with implementing the vim8 job feature, but am now having some troubles. I've seen...

@rgrunber That seems like the same problem indeed. I am using `fromRanges` to construct some internal location type.

For reference, here's a related discussion between myself and a rust-analyzer maintainer: https://github.com/rust-lang/rust-analyzer/issues/17388

Does it work if you install abseil through your system package manager and then pass `-DUSE_SYSTEM_ABSEIL=ON` to cmake? It should. There's also `EXTRA_CMAKE_ARGS` that `install.py` knows about. So something like...

> I haven't find a BSD port for absl-cpp, so there is no System Package in bsd... Bummer... > If this is a absl-cpp module compile issue, then should i...

Latest Abseil LTS is this https://github.com/abseil/abseil-cpp/commit/d7aaad83b488fd62bd51c81ecf16cd938532cc0a Would you mind trying that commit? If YCM compiles, I can make a pull request that updates it. Or you can.

We keep issues like this open until the next time we update the ycmd submodule. We have updated it just before you opened this issue, though there is no fixed...

I think we can close this issue. The ycmd submodule has been updated. For everyone here, if/when new issues on FreeBSD arise, feel free to open a new issue.

> inoremap gk, and That does not look like a mapping that could do anything useful. Something might be off with your formating. If you want to close the pum...