From 47a4416df21412a9184a9b5045233260c1cb80bb Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 21 Jun 2020 22:05:17 +0200 Subject: dots v2 --- .config/coc/ultisnips/html.snippets | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/coc/ultisnips/html.snippets (limited to '.config/coc/ultisnips/html.snippets') diff --git a/.config/coc/ultisnips/html.snippets b/.config/coc/ultisnips/html.snippets new file mode 100644 index 0000000..1730a7a --- /dev/null +++ b/.config/coc/ultisnips/html.snippets @@ -0,0 +1,16 @@ +snippet newhtml "HTML Starting Point" + + + + + + ${1:Page Title} + + + + + + ${0} + + +endsnippet -- cgit v1.2.3