From 7501150e726aaa6f5c8d0d4e04e826b076390aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Tue, 21 Feb 2023 02:04:15 +0100 Subject: [PATCH] Remove out-of-date info about cursor hold As per [FixCursorHold plugin's readme](https://github.com/antoinemadec/FixCursorHold.nvim#-this-plugin-is-not-needed-after-httpsgithubcomneovimneovimpull20198-) and the [neovim issue](https://github.com/neovim/neovim/issues/12587) this has been fixed. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fa9692e7..77a7eb92 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,6 @@ Neotest uses [plenary.nvim](https://github.com/nvim-lua/plenary.nvim/). Most adapters will also require [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter). -Neotest uses the `CursorHold` event which has issues in NeoVim: [see here](https://github.com/neovim/neovim/issues/12587) \ -It's recommended to use https://github.com/antoinemadec/FixCursorHold.nvim. - Install with your favourite package manager alongside nvim-dap [**dein**](https://github.com/Shougo/dein.vim):