An open API service indexing awesome lists of open source software.

https://github.com/johnsaigle/clippy.nvim

Adds lint results from cargo clippy to neovim's built-in diagnostics.
https://github.com/johnsaigle/clippy.nvim

cargo clippy neovim rust static-analysis

Last synced: about 1 month ago
JSON representation

Adds lint results from cargo clippy to neovim's built-in diagnostics.

Awesome Lists containing this project

README

          

# clippy.nvim

Adds lint results from `cargo clippy` to neovim's built-in diagnostics.

`rust-analyzer` is supposed to be able to do this but it seems broken (at least for neovim).

## Install

### Lazy

```lua
{ -- Clippy diagnostics
'johnsaigle/clippy.nvim',
dependencies = { "jose-elias-alvarez/null-ls.nvim" },
},
```