Add vim integration section to README

This commit is contained in:
Julian Ospald 2020-08-23 14:07:49 +02:00
부모 e5d1c04616
커밋 b31ba883e4
No known key found for this signature in database
GPG 키 ID: 511B62C09D50CD28
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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`.