-
### Did you check docs and existing issues?
- [X] I have read all the docs.
- [X] I have searched the existing issues.
- [X] I have searched the existing discussions.
### Neovim Version (nvim -v)
v…
-
### Bug:
Error Messages pop up for every entered character when hls (the haskell language server) is attached:
>LSP[hls] Error condition, please check your setup and/or the [issue tracker](https://g…
jergk updated
2 weeks ago
-
Sorry beforehand if this is a dumb question and I'm just using the LSP wrong.
I'm using https://www.lazyvim.org/ as my package manager for Neovim and here's my `~/.config/nvim/lua/plugins/idris2.lu…
-
A typst file with contents:
```typst
Bob’s car
```
Will cause the error `index out of range` @ semantic_tokens.lua:149 in the neovim runtime.
```
Error executing vim.schedule lua callback:…
-
Without `go.nvim` and using `gopls` defaults, LSP diagnostics are refreshed on `InsertLeave` (ref. [`:h vim.diagnostic.Opts`](https://neovim.io/doc/user/diagnostic.html#vim.diagnostic.Opts)).
When …
-
I get this error message when I press `gd` (for _Goto Definition_) in a Python buffer in normal mode, even though I haven't added Python to the `ft` list in the Conjure config:
```
E5108: Error exec…
-
### Problem
Original issue: https://github.com/Saghen/blink.cmp/issues/94
Many Lsp's auto import module before starting the completion, but doing so results in the starting of insertion at the wrong…
-
considering my current config:
```lua
{
settings = {
["rust-analyzer"] = {
inlayHints = {
bindingModeHints = { enable = false },
chainingHints = { enable = false },
closingBraceHint…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
Below rendering of `:LspHover` Vs the one provide by ipython
[![enter image description here][1]][1]
I don't know if it's my configuration or a lsp problem or python-lsp-server side ?
my vers…