diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-17 16:53:01 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-17 16:53:01 -0500 |
commit | a2684340ce72181f333a9e0bca10e6b30df80839 (patch) | |
tree | b2ebb059f5cebb626ed8dae875d319af64d1caed | |
parent | 15115bdae0a911ae54882a7f2c8baa687d97f0b1 (diff) | |
download | lite-xl-plugins-a2684340ce72181f333a9e0bca10e6b30df80839.tar.gz lite-xl-plugins-a2684340ce72181f333a9e0bca10e6b30df80839.zip |
Removed lite-contextmenu, as this has been merged into lite core. Done with Takase's approval.
-rw-r--r-- | manifest.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifest.json b/manifest.json index 48fcaf8..be044d0 100644 --- a/manifest.json +++ b/manifest.json @@ -93,13 +93,6 @@ "id": "console" }, { - "description": "Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))*", - "version": "0.1", - "remote": "https://github.com/takase1121/lite-contextmenu:5af041bf27319c6c26316c7fc8b7a60494be7d32", - "mod_version": "3", - "id": "contextmenu" - }, - { "description": "Copy file location to clipboard", "version": "0.1", "path": "plugins/copyfilelocation.lua", |