From 5838c88b7641a8f67384f9e41201f4aaac56ed85 Mon Sep 17 00:00:00 2001
From: "Denis.Payas" <denis.payas@rakuten.com>
Date: Wed, 20 Jun 2018 16:06:58 +0900
Subject: [PATCH] Add spellcheck

---
 .vimrc    | 3 +++
 README.md | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc
index cf62801..ff82b8c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -723,6 +723,9 @@ set noswapfile
 " Do not add eol at the end of file.
 set noeol
 
+" Spellcheck
+set spell spelllang=en_us
+
 "--------------------------------------------------
 " Diff Options
 
diff --git a/README.md b/README.md
index 436e4be..554bb73 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,11 @@
 * Integration with grep/ack.
 * Automatic syntax and codestyle checks.
 * Show code coverage if available.
-* Smart autocomplete.
+* Smart autocomplet.
 * Tweeks for easier navigation.
 * Snippets.
 * Fully documented.
+* Spellchecker is enabled by default.
 * Optimized for web development.
 * Quick Tab navigation, recent files list, fuzzy search, and other (see the full list of features).
 
@@ -49,6 +50,7 @@ Git commit                                                | `leader gc`
 Git commit all                                            | `leader gca`
 Git commit -a --amend                                     | `leader gcf`
 **▶ Other**                                               |
+Show spellcheck suggestions                               | `z=`
 Toggle comment on the current line                        | `gcc`
 Toggle comments                                           | `gc in visual mode, or gc + motion`
 Change surrounding symbols (like [ or ")                  | `cs (what)(to what)`