Skip to content

Commit

Permalink
Add ghmarkdown vim bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tangledhelix committed Jun 6, 2016
1 parent 570e21a commit 2634665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions install.pl
Expand Up @@ -34,6 +34,7 @@
'ack' => 'mileszs/ack.vim',
'docker' => 'honza/dockerfile.vim',
'fugitive' => 'tpope/vim-fugitive',
'ghmarkdown' => 'jtratner/vim-flavored-markdown',
'json' => 'elzr/vim-json',
'my-ackmore' => 'tangledhelix/vim-ackmore',
'my-endwise' => 'tangledhelix/vim-endwise',
Expand Down
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -578,7 +578,7 @@ autocmd Filetype make setlocal noexpandtab
"autocmd BufNewFile,BufRead *.md,*.markdown set filetype=octopress
"autocmd FileType markdown,octopress setlocal tw=78 wrap lbr ts=4 sw=4 sts=4

autocmd BufNewFile,BufRead *.md,*.mmd set filetype=markdown
autocmd BufNewFile,BufRead *.md,*.mmd set filetype=ghmarkdown

" Bold/italic for Markdown/Octopress (plugin 'surround')
autocmd FileType markdown,octopress let b:surround_{char2nr('i')} = "*\r*"
Expand Down

0 comments on commit 2634665

Please sign in to comment.