From 88b3159036b76e53dc655d0a37358f87df219ddb Mon Sep 17 00:00:00 2001 From: Ankit Dangi Date: Tue, 2 Nov 2021 03:51:38 -0400 Subject: [PATCH] Installation instructions using Vundle Adds previously missing installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e9c62c1..ea2643f 100644 --- a/README.md +++ b/README.md @@ -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