diff --git a/Documentation/EditorIntegration.md b/Documentation/EditorIntegration.md index eb5f6cd8..b4b67b9b 100644 --- a/Documentation/EditorIntegration.md +++ b/Documentation/EditorIntegration.md @@ -7,3 +7,7 @@ The following editor plugins for delve are available: * [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) + +The following alternative UIs for delve are available: + +* [Gdlv](https://github.com/aarzilli/gdlv) diff --git a/Documentation/README.md b/Documentation/README.md index 126c306a..45d181ae 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -7,5 +7,5 @@ Documentation for the project will reside in this directory. - [Command Line Interface](cli) - [API](api) - [Internal](internal) -- [Editor Integration](EditorIntegration.md) +- [Editor Integration and Alternative UI](EditorIntegration.md) - [Known Bugs](KnownBugs.md)