dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 346d0a08e52a4f7565cd86b41dac1ac201e6f4e4
parent 42c8539da89670930dc3f6817cfd147ce8886599
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 18 Apr 2020 11:51:50 +0200

vim: snippets

Former-commit-id: f0e983ecc1fc1216e38b32d3ec747ccbfdd0603f
Diffstat:
Mvim/ultisnips/markdown.snippets | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/vim/ultisnips/markdown.snippets b/vim/ultisnips/markdown.snippets @@ -38,6 +38,14 @@ $1 $0 endsnippet +snippet `bash "Bash fenced block" b +\`\`\`bash +$1 +\`\`\` + +$0 +endsnippet + snippet format "Pandoc format" b --- title: '${1:title of document}'