2 커밋 a5687cd839 ... 59219fb611

작성자 SHA1 메시지 날짜
  Ralph Giles 59219fb611 Bump Vundle checkout. 2 년 전
  Ralph Giles 981643eddb Enable spelling for markdown and commit messages. 2 년 전
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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>
 "