2 Commits a5687cd839 ... 59219fb611

Author SHA1 Message Date
  Ralph Giles 59219fb611 Bump Vundle checkout. 2 years ago
  Ralph Giles 981643eddb Enable spelling for markdown and commit messages. 2 years ago
2 changed files with 6 additions and 1 deletions
  1. 1 1
      Vundle.vim
  2. 5 0
      init.vim

+ 1 - 1
Vundle.vim

@@ -1 +1 @@
-Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d
+Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95

+ 5 - 0
init.vim

@@ -40,6 +40,11 @@ set ruler
 set expandtab
 set shiftwidth=2
 
+" Spelling
+set spelllang=en
+autocmd FileType markdown setlocal spell
+autocmd FileType gitcommit setlocal spell
+
 " YouCompleteMe config
 ":noremap <C-_> :YcmCompleter GoTo<CR>
 "