Justin M. Keyes
Justin M. Keyes
> We use `UINT32_MAX` as a sentinel value elsewhere That will always marshal to -1 in 32-bit Lua, which is presumably not expected (in more places than just this particular...
Do we have `vim.lsp.completion.trigger()` tests that check candiates (`insertText`) with whitespace (and multilines)? E.g. `foo bar`, and `foo bar\nbaz buz\n`.
> Do we have `vim.lsp.completion.trigger()` tests that check candiates (`insertText`) with whitespace (and multilines)? E.g. `foo bar`, and `foo bar\nbaz buz\n`. ^ still wondering about this. Though somewhat off-topic for...
> Solution I want: to have mouse support for MouseClick, MouseScroll, and MouseHover (if possible) for both tab and status lines. Nvim tabline supports mouse clicks: https://github.com/neovim/neovim/pull/3871 , via the...
+1. Added to https://github.com/neovim/neovim/issues/32084 Related: - https://github.com/neovim/neovim/issues/28809 # Proposal Note: start with [vscode withProgress()](https://github.com/microsoft/vscode-extension-samples/blob/main/progress-sample/README.md) to see what features are useful. ## ✅ Phase 1 [#34846](https://github.com/neovim/neovim/pull/34846) Focus on storing and managing...
Updated proposal: https://github.com/neovim/neovim/issues/32537#issuecomment-2672600804 This may be a case where we don't need a new "object", instead we can augment the existing vim messages concept. I hid some comments here which...
Could extend `nvim_echo` as a starting point, and see how far we get with that.
@shadmansaleh replying to you here because matrix is broken (also, matrix is not good for long outlines, let's use either email or issues/discussions for that) > Currently, we only store...
> error 2147942405 (0x80070005) That is the "access denied" error. Related: #5433 What happens if you run Nvim with `Run as administrator` ? Separately, can you try adding an exclusion...
> The Nvim 0.10.2 version doesn't give this error Oh, interesting. There are only 54 commits between 0.10.2 - 0.10.3: https://github.com/neovim/neovim/compare/v0.10.2...v0.10.3 At a glance, only these commits seem like they...