From b0da8d1b13c3b8dcf4c3ed9b6909b6174cdd0ca0 Mon Sep 17 00:00:00 2001 From: jecaro Date: Mon, 18 Nov 2024 21:57:47 +0100 Subject: [PATCH] Add a link to ghcid-error-file.nvim neovim plugin --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ecab3..f91dd7d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ Please [report any bugs](https://github.com/ndmitchell/ghcid/issues) you find. There are a few plugins that integrate Ghcid into editors, notably: * [VS Code](plugins/vscode/) -* [nvim](plugins/nvim/) +* neovim + * [ghcid](plugins/nvim/) + * [ghcid-error-file.nvim](https://github.com/jecaro/ghcid-error-file.nvim) * [vim](https://github.com/aiya000/vim-ghcid-quickfix) * [Emacs](plugins/emacs/)