diff --git a/_vimrc b/_vimrc index 67bdc05..4e214fd 100644 --- a/_vimrc +++ b/_vimrc @@ -148,6 +148,10 @@ command DelThis call delete(expand('%')) | bdelete! au BufRead,BufNewFile *.z80 set filetype=z8a au BufRead,BufNewFile *.hs,*.yaml,*.yml set tabstop=2 smarttab expandtab shiftwidth=2 +augroup pandoc_syntax + au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc +augroup END + nnoremap map >> map <<