diff --git a/vimrc b/vimrc index 9dea511..906677a 100644 --- a/vimrc +++ b/vimrc @@ -9,12 +9,6 @@ set nocompatible runtime bundle/pathogen/autoload/pathogen.vim execute pathogen#infect() - " Load the pencil plugin for markdown files " - augroup pencil - autocmd! - autocmd FileType markdown,mkd call pencil#init() - augroup END - "{- COMMANDS -}" " Removes blank lines "