Add UltiSnips plugin and define markdown snippets
This commit is contained in:
16
vim/.vim/UltiSnips/markdown.snippets
Normal file
16
vim/.vim/UltiSnips/markdown.snippets
Normal file
@@ -0,0 +1,16 @@
|
||||
snippet firma "Signature"
|
||||
Un saludo,
|
||||
|
||||
Amin Kasrou Aouam
|
||||
endsnippet
|
||||
|
||||
snippet meta "YAML metadata for pandoc"
|
||||
---
|
||||
title: "$1"
|
||||
author: [Amin Kasrou Aouam]
|
||||
date: "`date +%F`"
|
||||
titlepage: true
|
||||
logo: /home/coolneng/Pictures/Logos/UGR.png
|
||||
...
|
||||
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user