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 --- luasnip_snippets/rst.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 luasnip_snippets/rst.json (limited to 'luasnip_snippets/rst.json') diff --git a/luasnip_snippets/rst.json b/luasnip_snippets/rst.json new file mode 100644 index 0000000..2d91acd --- /dev/null +++ b/luasnip_snippets/rst.json @@ -0,0 +1,11 @@ +{ + "fnt": { + "prefix": "fnt", + "description": "Footnote or Citation", + "body": [ + "[${1:Label}]_ $0", + "", + ".. [$1] ${2:Reference}" + ] + } +} -- cgit v1.2.3