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/json.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 luasnip_snippets/json.json (limited to 'luasnip_snippets/json.json') diff --git a/luasnip_snippets/json.json b/luasnip_snippets/json.json new file mode 100644 index 0000000..4a5438b --- /dev/null +++ b/luasnip_snippets/json.json @@ -0,0 +1,20 @@ +{ + "s": { + "prefix": "s", + "description": "String", + "body": "\"${1:key}\": \"${0:value}\",", + "luasnip": { + "priority": -50 + } + }, + "n": { + "prefix": "n", + "description": "Number", + "body": "\"${1:key}\": ${0:value}," + }, + "null": { + "prefix": "null", + "description": "Null", + "body": "\"${0:key}\": null," + } +} -- cgit v1.2.3