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

https://github.com/hrsh7th/diagnostics.nvim

Experimental diagnostics service for neovim.
https://github.com/hrsh7th/diagnostics.nvim

Last synced: 29 days ago
JSON representation

Experimental diagnostics service for neovim.

Awesome Lists containing this project

README

          

diagnostics.nvim
===
diagnostics service for vim.

Supported plugin
===

## denite.nvim
```
:Denite diagnostics:`expand('%:p')`
```

## defx.nvim
```
:Defx -columns=diagnostic:mark:filename:type
```

Warning
===
This plugin is very experimental.

Currently supported is typescript only.