From 991dfcf4c33d1cd5ede32368b2688b0503489d24 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Thu, 26 May 2022 16:17:18 +0200 Subject: [PATCH] Mark Markdown files as Pandoc files --- _vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 <<