diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2022-04-23 00:13:12 +0200 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2022-04-23 00:13:12 +0200 |
commit | f2bd9349a5a286cf6c0612225336d7015f86cba0 (patch) | |
tree | d7fb79fcd8d9e940deb621b44a1e4b4066174faa /README.md | |
parent | 2e03c35278cdedddc7ab5503686da411c3581cdf (diff) | |
download | lite-xl-plugins-f2bd9349a5a286cf6c0612225336d7015f86cba0.tar.gz lite-xl-plugins-f2bd9349a5a286cf6c0612225336d7015f86cba0.zip |
Add how to request plugins
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,12 +1,18 @@ +# Lite XL plugins Plugins for the [Lite XL text editor](https://github.com/lite-xl/lite-xl), originally forked from the [lite plugins repository](https://github.com/rxi/lite-plugins). +If you can't find a plugin that suits your needs, +check if someone has already created an issue about it, +otherwise feel free to create one yourself. + +## How to install To install a plugin: * If the plugin links to a repository, follow its `README`. * If the plugin is a single file, drop it directly in: * Linux `~/.config/lite-xl/plugins/` * MacOS `~/.config/lite-xl/plugins/` - * Windows `C:\\Users\\(username)\\.config\\lite-xl\\plugins\\` + * Windows `C:\Users\(username)\.config\lite-xl\plugins\` *Note: if you make a pull request, the table should be updated and kept in alphabetical order. If your plugin is large (or you'd otherwise prefer it to |