Makes vim compile neomutt files as markdown
This commit is contained in:
parent
1ecd61ea96
commit
2aaf1684dd
2 changed files with 2 additions and 2 deletions
|
@ -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" ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue