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)`