From e94a4d8a6831c301c2f13e525fcf69adc14b3336 Mon Sep 17 00:00:00 2001 From: Andrew Ferrier Date: Tue, 12 Jul 2022 10:57:07 +0100 Subject: [PATCH] Add `andrewferrier/textobj-diagnostic.nvim` (#487) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 854e8c3..b121216 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,10 @@ Neovim supports a wide variety of UI's. - [alexaandru/nvim-lspupdate](https://github.com/alexaandru/nvim-lspupdate) - Updates installed (or auto installs if missing) LSP servers. - [williamboman/nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer) - Easily install more than 50+ LSP servers - with full Windows support. +##### Diagnostics + +- [andrewferrier/textobj-diagnostic](https://github.com/andrewferrier/textobj-diagnostic.nvim) - Text object for diagnostics (such as those generated by LSP servers). + ### Completion - [ms-jpq/coq_nvim](https://github.com/ms-jpq/coq_nvim) - Fast as FUCK Neovim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.