Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,19 @@ the old shortcuts still work.
## Installation

I recommend using [Pathogen][] for installation. Simply clone
this repo into your `~/.vim/bundle` directory and you are ready to go.
this repo into your `~/.vim/bundle` directory.

cd ~/.vim/bundle
git clone https://github.com/edwinb/idris2-vim.git

Check this command is in your `.vimrc` and you are ready to go.

execute pathogen#infect()

To check that Idris 2 mode is loaded, open an `.idr` file, and invoke the command:

:call IdrisEval()

### Manual Installation

Copy content into your `~/.vim` directory.
Expand Down