Mark Markdown files as Pandoc files

This commit is contained in:
2022-05-26 16:17:18 +02:00
parent d4e531c547
commit 991dfcf4c3

4
_vimrc
View File

@@ -148,6 +148,10 @@ command DelThis call delete(expand('%')) | bdelete!
au BufRead,BufNewFile *.z80 set filetype=z8a au BufRead,BufNewFile *.z80 set filetype=z8a
au BufRead,BufNewFile *.hs,*.yaml,*.yml set tabstop=2 smarttab expandtab shiftwidth=2 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 <buffer> <CR> <C-]> nnoremap <buffer> <CR> <C-]>
map <Tab> >> map <Tab> >>
map <S-Tab> << map <S-Tab> <<