From 637dd968c1f6dc0c2b6defeafb1bd125ce3565a6 Mon Sep 17 00:00:00 2001 From: vqn <85911372+vqns@users.noreply.github.com> Date: Tue, 4 Apr 2023 22:12:51 +0200 Subject: Add snippets plugins (#232) * Add snippets plugins * commit hash --- manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/manifest.json b/manifest.json index 29e83ee..77c4bd2 100644 --- a/manifest.json +++ b/manifest.json @@ -958,6 +958,13 @@ "mod_version": "3", "id": "lsp_lua" }, + { + "description": "Adds LSP snippets support to the snippets plugin", + "version": "1", + "remote": "https://github.com/vqns/lite-xl-snippets:37a24d0970668e39ef571e607281e61135f7a504", + "id": "lsp_snippets", + "mod_version": "3" + }, { "description": "Remaps mac modkeys `command/option` to `ctrl/alt`", "version": "0.1", @@ -1176,6 +1183,13 @@ "id": "smoothcaret", "mod_version": "3" }, + { + "description": "Provides code snippets support", + "version": "1", + "remote": "https://github.com/vqns/lite-xl-snippets:37a24d0970668e39ef571e607281e61135f7a504", + "id": "snippets", + "mod_version": "3" + }, { "description": "Sorts selected lines alphabetically", "version": "0.2", -- cgit v1.2.3