-
I have installed `kotlin-language-server` through mason and it works, but the only thing that works are only keywords snippets. syntax errors, warnings, function autocompletition, nothing else works
…
-
Hello
Recently the julia language server has stopped working for me on Neovim on Windows.
Here is the relevant LspLog
```
[ERROR][2024-11-20 13:39:15] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\hari…
-
The client must tell whether it supports several editor commands to callback after lsp completion.
- `editor.action.triggerSuggest`, which is known to be supported by vscode 1.0+ and neovim 0.9.1+
-…
-
### Not a question
- [X] This is not a question. If you have a question, use [discussions](https://github.com/uga-rosa/ccc.nvim/discussions).
### I investigated.
- [X] I have read README.md, help d…
-
I am using NeoVim,
* [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) to get completions from the LSP
* (nvim-lspconfig)[https://github.com/neovim/nvim-lspconfig] for starting LSP servers
* [helm-…
-
Hello! First of all, thanks for the awesome work being done here. Hopefully this is the right place to ask for help/clarification regarding this - as far as I can tell, this isn't an issue with ot…
-
I have the following c++ code
```language=c++
struct Foo {
Foo(int x) {}
};
int main() {
int x = 42;
Foo f(x);
}
```
That I can compile and execute with clang++. However, if I open…
-
```[tasklist]
### Emacs
- [ ] https://github.com/emacs-lsp/lsp-mode/pull/4606
- [ ] Elgot
```
```[tasklist]
### Neovim
- [ ] https://github.com/mason-org/mason-registry/pull/7480
- [ ] https…
-
Hi, I am trying this with neovim 0.10.1.
However, when I started neovim, I got the message:
`Client cspell quit with exit code 1 and signal 0.`
The lsp.log file does not show anything wrong w…
-
The elm-format when returning error will spawn `vim.ui.select` in neovim.
## Expected Behavior
I'm expecting the LSP to not spawn `vim.ui.select` when elm-format returning error. Just ignore…