Makes vim compile neomutt files as markdown

This commit is contained in:
Jonathan Hodgson 2019-06-05 17:53:22 +01:00
parent 1ecd61ea96
commit 2aaf1684dd
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ case "$file" in
*\.tex|*\.latex) textype "$file" ;;
#*\.md) pandoc "$file" --pdf-engine=xelatex -o "$base".pdf ;;
#*\.md) pandoc "$file" -o "$base".pdf ;;
*\.md) mdtype "$file" "$2" ;;
/tmp/neomutt*|*\.md) mdtype "$file" "$2" ;;
*config.h) make && sudo make install ;;
*\.c) cc "$file" -o "$base" && "$base" ;;
*\.py) python "$file" ;;