Justin M. Keyes
Justin M. Keyes
Could add an optional `--listen` arg here: https://github.com/vscode-neovim/vscode-neovim/blob/e133169b2966e2eeb26d33d8071e5219a96a584f/src/main_controller.ts#L201-L204
> looking over the contributing.md file, figured that this "Delegates as much as possible to nvim" and could potentially be a PR to this project rather than a plugin/wiki in...
Won't this be "fixed" after the next stage of https://github.com/neovim/neovim/pull/30382 , where `get_parser` will no longer throw?
> as of NVIM v0.10.2 0.10.2 was released on oct 3, so the bug cannot possibly be fixed on it try the development release 0.11
https://github.com/neovim/nvim-lspconfig/pull/3514 @cwrau are you still using this LS ? https://github.com/JFryy/systemd-lsp looks active , i would be fine with just updating the current config and mentioning a URL to the old...
> switch from using `ask_yesno` to `vim_dialog_yesno`, which sends a `msg_send.confirm` event which can be handled by `vim.ui_attach` This needs test coverage. Should only require small updates, at least a...
> This will mean introducing some return type polymorphism (which I hate), but since the other form will be deprecated, we can prefer the new return types for the type...
Most of this was resolved by https://github.com/neovim/neovim/pull/30735. If there is remaining open question, track it in a new issue.
Sounds like "path mapping". Can you provide a reference to the emacs-lsp documentation for this feature. Also similar feature from e.g. vscode would be useful to compare.