Don't autoload the pencil plugin for markdown
While pencil is pretty awesome, it can be a severe pain at times. Disabling the automatic invocation for now until I can address these pain points.
This commit is contained in:
parent
6d4ee75eb1
commit
d3f2473f55
6
vimrc
6
vimrc
@ -9,12 +9,6 @@ set nocompatible
|
|||||||
runtime bundle/pathogen/autoload/pathogen.vim
|
runtime bundle/pathogen/autoload/pathogen.vim
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
|
||||||
" Load the pencil plugin for markdown files "
|
|
||||||
augroup pencil
|
|
||||||
autocmd!
|
|
||||||
autocmd FileType markdown,mkd call pencil#init()
|
|
||||||
augroup END
|
|
||||||
|
|
||||||
"{- COMMANDS -}"
|
"{- COMMANDS -}"
|
||||||
|
|
||||||
" Removes blank lines "
|
" Removes blank lines "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user