From b31ba883e4c8959b351ca55342bccfc3067b786b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 23 Aug 2020 14:07:49 +0200 Subject: [PATCH] Add vim integration section to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ebd6233..77ec3bf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [p ## Table of Contents * [Installation](#installation) + * [Simple bootstrap](#simple-bootstrap) + * [Manual install](#manual-install) + * [Vim integration](#vim-integration) * [Usage](#usage) * [Manpages](#manpages) * [Shell-completion](#shell-completion) @@ -38,6 +41,10 @@ Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) lik export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH" ``` +### Vim integration + +See [ghcup.vim](https://github.com/hasufell/ghcup.vim). + ## Usage See `ghcup --help`.