diff options
author | vqn <85911372+vqns@users.noreply.github.com> | 2023-04-04 22:12:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 16:12:51 -0400 |
commit | 637dd968c1f6dc0c2b6defeafb1bd125ce3565a6 (patch) | |
tree | 573014f49cd731a0b240da23a97f4b67b8d44b8b | |
parent | 8dcb4245a73199a8f961667f0237dff4fa7ba8d1 (diff) | |
download | lite-xl-plugins-637dd968c1f6dc0c2b6defeafb1bd125ce3565a6.tar.gz lite-xl-plugins-637dd968c1f6dc0c2b6defeafb1bd125ce3565a6.zip |
Add snippets plugins (#232)
* Add snippets plugins
* commit hash
-rw-r--r-- | manifest.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 29e83ee..77c4bd2 100644 --- a/manifest.json +++ b/manifest.json @@ -959,6 +959,13 @@ "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", "path": "plugins/macmodkeys.lua", @@ -1177,6 +1184,13 @@ "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", "path": "plugins/sort.lua", |