Navigation Menu

Skip to content

Commit

Permalink
sparkup & vim-markdown added to html package
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiste committed Jun 22, 2012
1 parent 262c8a4 commit eb889cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vimrc
Expand Up @@ -145,10 +145,8 @@ endif
if count(g:vimified_packages, 'html') if count(g:vimified_packages, 'html')
Bundle 'tpope/vim-haml' Bundle 'tpope/vim-haml'
Bundle 'juvenn/mustache.vim' Bundle 'juvenn/mustache.vim'

Bundle 'tpope/vim-markdown'
" -- Bundle 'Ampersandy/sparkup'
au BufRead,BufNewFile *.md set ft=mkd tw=80 ts=2 sw=2 expandtab
au BufRead,BufNewFile *.markdown set ft=mkd tw=80 ts=2 sw=2 expandtab
endif endif
" }}} " }}}


Expand Down

0 comments on commit eb889cd

Please sign in to comment.