Plugins for the Lite XL text editor
If you can't find a plugin that suits your needs, check if someone has already created one at Lite XL plugins or opened an issue about it, otherwise feel free to create one yourself :)
Plugin | Description |
---|---|
shfmt |
Formatter for Shell scripts |
pyfmt |
Formatter for Python code |
ansible_linter |
Linter for Ansible playbooks |
To install a plugin, drop the plugin .lua
file directly in:
- Linux
~/.config/lite-xl/plugins/
- MacOS
~/.config/lite-xl/plugins/
- Windows
C:\Users\(username)\.config\lite-xl\plugins\
If the plugin consists in multiple files in a directory, copy the entire directory.
Cloning the repo and make symlinks to the lite-lx
plugin folder is a good
way to keep everything up-to-date with a simple git pull
.
Another great way would be the use of the official
plugin_manager
and add
this git as repository:
lpm repo add <http clone url for this repo>:main
lpm plugin install <plugin-name>