Skip to content

catlee/pull_diags.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pull_diags.nvim

pull_diags.nvim is a plugin to enable pull diagnostics for nvim versions < 0.10.

Pull diagnostics are preferable to push diagnostics because the client (nvim) is able to manage the frequency of code diagnostic requests better than the LSP backend can.

Installation

With Lazy.nvim:

{ "catlee/pull_diags.nvim", event = "LspAttach", opts = {} }

Configuration

The delay between last change to a buffer and request to the LSP backend can be configured via the timeout parameter.

e.g.

{ "catlee/pull_diags.nvim", event = "LspAttach", opts = { timeout = 1000 } }

About

Pull diagnostic support for nvim 0.9.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages