Enable autocomplete with dictionary words

Enable autocomplete with dictionary words when
spell check is on.
This commit is contained in:
Andy Waite 2015-03-18 10:24:55 +00:00 committed by Greg Lazarev
parent b3cb23830d
commit fc4f011862

3
vimrc
View file

@ -141,6 +141,9 @@ let g:syntastic_html_tidy_ignore_errors=[" proprietary attribute \"ng-"]
" Dropbox or kept in Git and managed outside of thoughtbot/dotfiles using rcm.
set spellfile=$HOME/.vim-spell-en.utf-8.add
" Autocomplete with dictionary words when spell check is on
set complete+=kspell
" Always use vertical diffs
set diffopt+=vertical