Skip to content

Commit

Permalink
Add spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
L0stSoul committed Jun 20, 2018
1 parent f9ff812 commit 5838c88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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)`
Expand Down

0 comments on commit 5838c88

Please sign in to comment.