Enable autocomplete with dictionary words
Enable autocomplete with dictionary words when spell check is on.
This commit is contained in:
parent
b3cb23830d
commit
fc4f011862
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue