From f080f67d0e46c3cd0a171da109856ce457eecd4e Mon Sep 17 00:00:00 2001 From: Carlo Hamalainen Date: Mon, 4 May 2020 16:02:31 +0800 Subject: [PATCH] Update README with link to Docker build for Neovim and ghcide (#541) * Add some troubleshooting notes. * Update README with link to docker-ghcide-neovim instructions. * Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dabf2207..f7aa7d40 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,11 @@ Add this to your coc-settings.json (which you can edit with :CocConfig): ``` Here's a nice article on setting up neovim and coc: [Vim and Haskell in -2019](http://marco-lopes.com/articles/Vim-and-Haskell-in-2019/) +2019](http://marco-lopes.com/articles/Vim-and-Haskell-in-2019/) (this is actually for haskell-ide, not ghcide) + +Here is a Docker container that pins down the build and configuration for +Neovim and ghcide on a minimal Debian 10 base system: +[docker-ghcide-neovim](https://github.com/carlohamalainen/docker-ghcide-neovim/). ### SpaceVim