diff --git a/vim/.vimrc b/vim/.vimrc index bec595e..4b05824 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -14,6 +14,11 @@ set hidden " Allow command completion in command-line set wildmenu +" Enable spell-check +set spell +" Use the US English dictionary +set spelllang=en_us + " Enable syntax high-lighting and file-type specific plugins syntax on filetype plugin indent on