diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-09 13:17:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-09 13:17:53 +0800 |
| commit | c205ac6bcab01a1925c46c128d14b6fe2c0ba9ee (patch) | |
| tree | 60c37821be3e55c7308abe823ab6ebc64e68aefc /options.vim | |
| parent | 0e89d956fd59729a08d51d0d5865bea0aa3ed42d (diff) | |
Update spell settings
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.vim b/options.vim index 210cbe6..c4df36d 100644 --- a/options.vim +++ b/options.vim @@ -141,6 +141,7 @@ let g:MY_DICT = expand(g:nvim_config_root . '/dict/words') let &dictionary = &dictionary . ',' . g:MY_DICT set spelllang=en,cjk " Spell languages +set spellsuggest+=10 " The number of suggestions shown in the screen for z= " Align indent to next multiple value of shiftwidth. For its meaning, " see http://tinyurl.com/y5n87a6m |
