Justin M. Keyes
Justin M. Keyes
> Inside the `util.lua` file under the `show_document` function, I commented out this line (line 1142): > > `--api.nvim_win_set_cursor(win, { row + 1, col })` Can you change it to:...
Ok, also need to confirm what the LSP server is sending. Check the LSP logs: 1. Set verbose logging. ``` :lua vim.lsp.set_log_level(0) ``` 3. Invoke the relevant LSP feature. 4....
I see `rpc.receive` data of the form, `{ character=..., line =... }`. But I don't know which one of those correlates with the error, you need to correlate that and...
Where should this be documented?
> I don't think this should be specific to `commentstring`, at least at the underlying function level (it's ok at the metadata level for now, unless we can think of...
> Hypothetically, what other options could this potentially be useful for? Are there any options like `commentstring` where the option may be different line by line @lewis6991 are you suggesting...
Need repro steps starting with `nvim --clean` .
Will be fixed by https://github.com/neovim/neovim/pull/33145
Fixed by https://github.com/neovim/neovim/pull/36503
LGTM after comments are resolved, plus updated "Problem" mentioning something like: > UIs implementing ext_cmdline/message must also implement ext_popupmenu just to get a cmdline completion popup.