James McCoy

Results 120 comments of James McCoy

> `` is an awful default in many keyboard layouts I hear ``, for buffer switching, is similarly problematic. However, these are all just defaults. Anyone is free to map...

> I am still having this problem, is there an update to this anytime soon? Thanks There's a reason the `help wanted` label is on this issue. From the links...

> But the most recent version is NVIM v0.5.0-dev+nightly-374-gfe1ebea33 which is not enough for me. You're joking, right? That _is_ the most recent commit in the repository right now.

Could you check this, @leonerd?

If `data` is the raw RPC stream, then the hexdump looks fairly normal to me. A single Msgpack RPC message should have one of three forms: * Request * `[type,...

Hmm, `MsgpackRpcStream:read_start` calls `self._stream:read_start(function(data)...)`. That callback processes all of the `data` it is given, but `data` may be an incomplete message. Nothing handles the fact that the callback may [get...

> Also, is there anything else I need to fix on this PR before it can be merged? Was this intended to be merged as-is? I thought it was just...

> would rather revert the `doc/general/` thing and go back to having a single `doc/` landing page. The content of `doc/lsp/`, `doc/treesitter/`, etc. does not justify separate landing pages. I...

FWIW, I've restored the https://neovim.io/doc/ URL in #271. I'll let you guys decide on how to handle the broader issue that Justin raised, but the 404 is now fixed.

I wonder how common either case is. I would argue that in your example the pattern being fed to `:Tabularize` isn't correct, but I concede that it is the obvious...