From 025ae26140ad9c924d08ea6d4a5786b860b4fe46 Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Tue, 7 Feb 2017 22:05:10 +0100 Subject: [PATCH] Added jodosha/vim-godebug to Documentation/EditorIntegration.md (#722) --- Documentation/EditorIntegration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/EditorIntegration.md b/Documentation/EditorIntegration.md index 37baaf37..73afbc2f 100644 --- a/Documentation/EditorIntegration.md +++ b/Documentation/EditorIntegration.md @@ -5,3 +5,4 @@ The following editor plugins for delve are available: * [Emacs plugin](https://github.com/benma/go-dlv.el/) * [LiteIDE](https://github.com/visualfc/liteide) * [Go Debugger for Atom](https://github.com/lloiser/go-debug) +* [Go Debugger for NeoVim](https://github.com/jodosha/vim-godebug)