Jongwook Choi
Jongwook Choi
What is your `&completeopt` ?
```diff -hrsh7h +hrsh7th ```
Looks like a bug. So in the first invocation a wrong buf number is passed, but in the consequent invocations it works correctly. So the autocmd defined by the rplugin...
https://github.com/neovim/neovim/blob/master/runtime/autoload/remote/define.vim#L114 ``` eval(a:forward) ``` this executes `doau RPC_DEFINE_AUTOCMD_GROUP_2 BufUnload` (i.e. no ``, ``) -- ``, `` cannot be expanded correctly due to a different (autocmd) execution context (i.e. during `doautocmd...
/cc @stsewd @clason
Will this be merged?
Cross-posted with #26563 I once also had a similar need, although not significantly as I settled down with a different approach & workaround. The problem is that **very long** text...
> Is it possible to squash all the commits into a single commit when merging to handle this? I'm not very well versed with git, so I didn't know of...
The generated vimdoc still contains some [mess and incorrect formatting](https://github.com/neovim/neovim/pull/26032#discussion_r1436218391) due to the LuaCATS-vimdoc incompatibility, but this something `gen_vimdoc` is responsible for so let's clean up that as a future...
First of all, this has less thing to do with lsp but is all about documentation and automation, so the title could be changed as `docs:` instead of `LSP:`. I...