From e6500d39d8a5296d7f6cd91131115f92bea72fce Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Thu, 26 Nov 2020 12:11:23 +0000 Subject: [PATCH] Neovim has prompt buffers in nightly --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae945c..4a36912 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,8 @@ neovim doesn't implement some features Vimspector relies on: * WinBar - used for the buttons at the top of the code window and for changing the output window's current output. -* Prompt Buffers - used to send commands in the Console and add Watches +* Prompt Buffers - used to send commands in the Console and add Watches. + (*Note*: prompt buffers are available in neovim nightly) * Balloons - used to display the values of variables when debugging. Workarounds are in place as follows: