question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Erratic/broken behavior with Neovim's integrated LSP client (2)

See original GitHub issue

It’s the same issue as #503

I had this issue before and solved with the suggested solution

    if client.config.flags then
        client.config.flags.allow_incremental_sync = true
    end

but now it’s happening again: image

Neovim version:

NVIM v0.5.0-dev+1318-g61aefaf29
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/runner/work/neovim/neovim/build/config -I/home/runner/work/neovim/neovim/src -I/home/runner/work/neovim/neovim/.deps/usr/include -I/usr/include -I/home/runner/work/neovim/neovim/build/src/nvim/auto -I/home/runner/work/neovim/neovim/build/include
Compilado por runner@fv-az139-369

Features: +acl +iconv +tui

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:40 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
Massolaricommented, May 14, 2021

@Razzeee Update: Another Neovim LSP client called CoC is showing the same error: image

1reaction
stoltene2commented, Jun 27, 2021

I just grabbed a copy of v2.2.0. After a few minutes, I don’t see this happening. I can assume it’s fixed since I was on v2.1.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Erratic/broken behavior with Neovim's integrated LSP client
My point is that it's possible that the error is on Neovim's side, seeing as their LSP implementation is still "nightly", but since...
Read more >
Lsp - Neovim docs
Nvim supports the Language Server Protocol (LSP), which means it acts as a client to LSP servers and includes a Lua framework vim.lsp...
Read more >
Buggy behavior with built-in lsp client and elm-language-server
I currently use CoC with elm-language-server without problems, but I want to try neovim's built-in lsp client. However, after following the instructions and ......
Read more >
Getting started with neovim's native LSP client in the year of ...
We save the file and quit with the command :wq . We enter neovim again and press <Tab> . If tab expands to...
Read more >
Neovim for Beginners — LSP (Part 2) | by alpha2phi | Medium
Neovim acts as a client to the LSP servers and sends requests and receives responses or notifications from the servers. The LSP request...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found