Skip to content

Commit

Permalink
Merge pull request #19 from khoaHyh/patch-1
Browse files Browse the repository at this point in the history
Feat: Add install instructions for Vim 8+
  • Loading branch information
franbach committed May 24, 2021
2 parents a2abfb8 + 8b20680 commit ec1b7cf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,23 @@ Plug 'franbach/miramare'
```
For better syntax highlighting support, please install [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot).

### Vim 8 packages

Add `packloadall` to your `.vimrc` (if you haven't already):

`.vimrc`:

```vim
packloadall
```

Clone `miramare` into your `./vim/pack/plugins/start` directory:

```bash
mkdir -p ~/.vim/pack/plugins/start
git clone https://github.com/franbach/miramare.git ~/.vim/pack/plugins/start/miramare
```

### Manually

1. Clone this repository.
Expand Down

0 comments on commit ec1b7cf

Please sign in to comment.