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/haskell.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 luasnip_snippets/haskell.json (limited to 'luasnip_snippets/haskell.json') diff --git a/luasnip_snippets/haskell.json b/luasnip_snippets/haskell.json new file mode 100644 index 0000000..f9cfd48 --- /dev/null +++ b/luasnip_snippets/haskell.json @@ -0,0 +1,15 @@ +{ + "imp": { + "prefix": "imp", + "description": "Simple import", + "body": "import ${1:${2:Data}.${0:Text}}", + "luasnip": { + "priority": -50 + } + }, + "imp2": { + "prefix": "imp2", + "description": "Selective import", + "body": "import ${1:${2:Data}.${3:Text}} ($4)$0" + } +} -- cgit v1.2.3