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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ be blocked until the check has been done on Vim8+ or Neovim.

![demo screen cast](https://github.com/rhysd/ss/blob/master/vim-grammarous/demo.gif?raw=true)

## Installation

If you are using [Vundle](https://github.com/VundleVim/Vundle.vim), add the following lines to your `~/.vimrc` file between the `vundle#begin()` and `vundle#end()` block.
```
" Adds the vim-grammarous plugin as a Grammar checker
" Source: https://github.com/rhysd/vim-grammarous/
Plugin 'rhysd/vim-grammarous'
```

## Commands

Expand Down