Justin M. Keyes

Results 2414 comments of 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...

> 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...

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.