now mentioning filetype

This commit is contained in:
Reed Esau
2014-01-18 10:53:21 -07:00
parent 3c70054869
commit b81580b5f3

View File

@@ -72,6 +72,11 @@ In most cases you can set a default to suit your preference and let
auto-detection figure out what to do. Add to your `.vimrc`:
```vim
" standard vim command to enable loading the plugin files
" (and their indent support) for specific file types.
" It may already be in your .vimrc!
filetype plugin indent on
let g:pencil#wrapModeDefault = 'hard' " or 'soft'
augroup pencil
autocmd!