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.
- Host: GitHub
- URL: https://github.com/hrsh7th/diagnostics.nvim
- Owner: hrsh7th
- Created: 2018-10-30T19:42:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T13:59:41.000Z (almost 7 years ago)
- Last Synced: 2025-02-22T12:42:25.046Z (8 months ago)
- Language: Vim script
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.