Skip to content

Commit dbbcf5a

Browse files
author
Reed Esau
committed
Make docs more consistent with my other plugins
1 parent 70dfd1b commit dbbcf5a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ Because spell-check, thesaurus, etc. isn’t needed for all file types, you can
2929
configure it per file type in your `.vimrc`:
3030

3131
```vim
32-
" standard vim command to enable loading the plugin files
33-
" (and their indent support) for specific file types.
34-
" It may already be in your .vimrc!
35-
filetype plugin indent on
32+
set nocompatible
33+
filetype plugin on " may already be in your .vimrc
3634
3735
augroup lexical
3836
autocmd!
39-
autocmd FileType markdown call lexical#init()
37+
autocmd FileType markdown,mkd call lexical#init()
4038
autocmd FileType textile call lexical#init()
4139
autocmd FileType text call lexical#init({ 'spell': 0 })
4240
augroup END

0 commit comments

Comments
 (0)