diff options
author | Eric Gaudet <gaudet.eric@gmail.com> | 2023-01-22 12:01:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 15:01:54 -0500 |
commit | 91c84d467bf98f44645eb3057202cb5da113d2d7 (patch) | |
tree | 31ba757ebfffc66720e674d05a146d21fc340522 /manifest.json | |
parent | d7ad7c0e3fecaf2c837c1017b385ddef0721911b (diff) | |
download | lite-xl-plugins-91c84d467bf98f44645eb3057202cb5da113d2d7.tar.gz lite-xl-plugins-91c84d467bf98f44645eb3057202cb5da113d2d7.zip |
Add smartopenselected plugin (#176)
Try to open the selection as a filename or path in the project.
Path separators are used to replace ".", so import path can also be found.
Co-authored-by: Eric Gaudet <egaudet@thefind.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 1b5697d..b8c0480 100644 --- a/manifest.json +++ b/manifest.json @@ -1121,6 +1121,13 @@ "mod_version": "3" }, { + "description": "Opens the selected filename or path in project. Useful to open imports.", + "version": "0.1", + "path": "plugins/smartopenselected.lua", + "id": "smartopenselected", + "mod_version": "3" + }, + { "description": "Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))*", "version": "0.1", "path": "plugins/smoothcaret.lua", |