From b81580b5f369aace8a6cc6bb97cde5a46f408b84 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sat, 18 Jan 2014 10:53:21 -0700 Subject: [PATCH] now mentioning filetype --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.markdown b/README.markdown index ce89d97..dfff14f 100644 --- a/README.markdown +++ b/README.markdown @@ -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!