From f1eabbaa1b4ff1836d0ee8335b31d009203f3775 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Tue, 30 Aug 2022 16:06:22 +0100 Subject: fixed zathura integration with texlab using nvim-texlabconfig --- snippets/xml.snippets | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 snippets/xml.snippets (limited to 'snippets/xml.snippets') diff --git a/snippets/xml.snippets b/snippets/xml.snippets deleted file mode 100644 index 0ab346b..0000000 --- a/snippets/xml.snippets +++ /dev/null @@ -1,12 +0,0 @@ -# xml declaration -snippet xml - -# tag -snippet t - <${1:}> - ${2} - -# inline tag -snippet ti - <${1:}>${2} - -- cgit v1.2.3