No error/warning, still showing empty column using nvim-lspconfig with rls

I have put up entire details at No error/warning, still showing empty column · Issue #1548 · neovim/nvim-lspconfig · GitHub

  • lsp diagnostics working correctly but there is always an extra diagnostics column (on the left with yellow straight line, see images) even though there are no errors / warnings
  • Also this happens only for “rls” language server, I have tried with clangd and python and they work perfectly as expected.

But as someone commented, it is not related to lspconfig. What could this be related to ?

Probably gitsigns, cargo new creates a project under version control

1 Like

Thanks. That was the trouble.