kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP queries

rasmusludeking opened this issue · comments

LSP won't update buffer until writing it. In other words, errors and warnings won't update automatically. To update the buffer, one has to explicitly :w it.

What LSP are you using?

I'm using omnisharp with nvim-lspconfig