-
OS: Linux Ubuntu 24.04 LTS
NVIM: v0.10.0-dev-435dee7
After opening a .razor/.cshtml file, no LSP client get attached to the buffer.
Here is my `nvm-lspconfig` setup:
```lua
return { -- LSP …
-
### Contributing guidelines
- [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md)
- [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasn…
-
### Description
Using `require("telescope.builtin").lsp_definitions()` fails even when `vim.lsp.buf.definition()` works in the Deno LSP for a dependency or builtin (like `console.log`). See recordi…
-
### Problem
Parsing of snippet which contains "tabstop like" text inside placeholder fails with error when it should not.
### Steps to reproduce
1. `:lua vim.snippet.expand('a(${1:x$2})')`
2…
-
rust-analyzer 2024-10-07 and newer does not send the `textEdit` completion property by if the client can resolve it lazily, introduced in rust-lang/rust-analyzer#18167.
cmp-nvim-lsp includes `textE…
-
When I change the contents of a buffer and close the last open window containing that buffer within a certain timeframe after that change, vim-lsp sends a didChange event to the LSP server claiming th…
-
Using regular Vim and https://github.com/prabirshrestha/vim-lsp, I get stuck with `harper-ls: starting` (`LspStatus`). I am using the configuration below:
```vim
if executable('harper-ls')
" …
-
### Problem
I found an attempt to call `vim.lsp.semantic_tokens.start()` on nonexisting buffer and then found that it was a dummy buffer created by `vim.api.nvim_get_option_value('lisp', { filetype =…
-
### Problem
Since 0.10.0 neovim supports LSP pull diagnostics, a specific LSP 'Verible' has both push and pull diagnostics (added 2 years ago in https://github.com/chipsalliance/verible/pull/1268 )…
-
### Problem
- The LSP server sends code actions list to Neovim client one of the code actions does not update the buffer (it's for ignoring the error)
- The code action sends the new diagnostics l…