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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@ Be sure that the following lines are in your
syntax on
filetype on
filetype plugin indent on


### Installation on Vim 8 (or later)

If you are using Vim 8 or the later you don't need a plugin manager, just follow this steps,


mkdir ~/.vim/pack/plugins
cd ~/.vim/pack/plugins
git clone https://github.com/edwinb/idris2-vim.git

Add this lines to your
`.vimrc`


packloadall
let maplocalleader = "," "Choose whatever symbol for localleader.

## Features

Expand Down