aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-22`gui_filepicker`: simplify code and replace `ToolbarView` commands (#317)Guldoman
* `gui_filepicker`: Simplify code * `gui_filepicker`: Replace `ToolbarView` commands
2023-10-17[CI] Updated README.md.Github Actions
2023-10-17add `cleanstart` plugin (#320)ThaCuber
2023-10-14Update `lsp_lua` and `lsp_rust` (#318)Guldoman
2023-10-12fix fatal motiontrail error when mixed with settings (#316)ThaCuber
* fix fatal motiontrail error when mixed with settings * bump version * bump a little less
2023-10-10Added in metapackages. (#261)Adam
* Added in metapackages. * Updated configs. * Removed outdated languages. * Clarified that these are metapackages. * Updated manifest.
2023-10-10[CI] Updated README.md.Github Actions
2023-10-10Fixed issue with lpm binary having the same name as lpm directory.Adam Harrison
2023-10-10Updated workflow to match new lpm changes. (#297)Adam
* Updated workflow to match new lpm changes. * Added in explanatory comment. * Updated manifest to have language tag. * Updated to split off languages. * Updated to split off libraries. * Updated tables with borders. * Rearranged tables. * Whoops. * Updated threads description. * Updated README.md.
2023-10-10update snippets and lsp_snippets to 1.1 (#315)vqn
2023-10-09[CI] Updated README.md.Github Actions
2023-10-09Replace `discord-presence` with new plugin (#314)Cukmekerb
* replace `discord-presence` with new plugin * `discord-presence`: mention it only supports linux * `discord-presence`: add name `Discord RPC`
2023-10-09[CI] Updated README.md.Github Actions
2023-10-09Graphical file picker using Zenity (#312)kmafeni04
* Add files via upload * Update manifest.json * Update manifest.json * Update and rename zenity.lua to gui_filepicker.lua
2023-10-09`gitdiff_highlight`: bump version (#313)Cukmekerb
2023-10-05`lfautoinsert`: Improve handling of `close` tokens (#307)Guldoman
2023-09-29Add Hybrid Line-numbers option to linenumbers.lua (#309)Geet Mankar
* Update manifest.json * Include Hybrid Line Number option Add Hybrid line number option to linenumbers.lua plugin * Update linenumbers.lua * Update linenumbers.lua * Update linenumbers.lua * Update linenumbers.lua * Removed unnecessary comment Removed old and unnecessary comment
2023-09-25[CI] Updated README.md.Github Actions
2023-09-25Update ipc description (#306)zenobit
2023-09-21[CI] Updated README.md.Github Actions
2023-09-21Fix manifest.json for hare (#300)Tuhkis
* Hare support * Add all keywords from language spec * Add to table * Missed flexible constant types * add fini init and test * manifest.json * Better comment pattern Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Fix link in manifest --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-09-20Update manifest.json (#299)Cleverson
2023-09-17Update manifest.json (#296)Cleverson
2023-09-14Set `widget` as `library` (#293)Guldoman
2023-09-14Update `lsp_{c,lua,rust}` to support ARM macOS (#295)Guldoman
2023-09-14Update for base16 scheme colors (#294)Cleverson
* Update manifest.json * Update manifest.json * Update manifest.json
2023-09-14Added .zsh and .fish support for language_sh (#291)محمدحسین ملکیان
* change language_sh version in manifest.json * Add support for .zsh and .fish * Update manifest.json Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-09-13[CI] Updated README.md.Github Actions
2023-09-13Link my repository for base16 theme manager for lite-xl (#292)Cleverson
Added in base16 theme manager.
2023-08-29update wal.lxl (#289)ThaCuber
* update wal.lxl * change id * replaces "wal_lxl"
2023-08-27[CI] Updated README.md.Github Actions
2023-08-27Fixed italics.Adam Harrison
2023-08-27[CI] Updated README.md.Github Actions
2023-08-27Updated manifest.json with terminal version 1.0. (#285)Adam
* Updated manifest.json with terminal version. * Updated checksum.
2023-08-22Add `block_comment` to `language_rust` (#281)Guldoman
2023-08-19[CI] Updated README.md.Github Actions
2023-08-19Update `lsp_c` and `lsp_lua`, add `lsp_rust` (#280)Guldoman
* Add `lsp_rust` * Update `lsp_c` and `lsp_lua`
2023-08-18[CI] Updated README.md.Github Actions
2023-08-18Updated manifest.json to include screenshot.Adam Harrison
2023-08-13Fixed `wal.xl` idGuldoman
2023-08-12[CI] Updated README.md.Github Actions
2023-08-13wal.lxl: `pywal` integration with Lite XL (#277)ThaCuber
* wal * change commit
2023-08-11Update nonicons.lua (#278)Scott Bradnick
* Update nonicons.lua Adding 5 new nonicon "extension_icons" as suggested here: https://github.com/lite-xl/lite-xl-plugins/issues/144#issuecomment-1673625744 * Update manifest.json bumping the plugin version per request
2023-08-09Update settings.lua max log items default is 800 not 80 (#266)Luke aka SwissalpS
* Update settings.lua max log items default is 800 not 80 see: https://github.com/lite-xl/lite-xl/blob/cf028c510a908a1e208588ec90b57fef422f88bf/data/core/config.lua#L6 * Update manifest.json * Update settings.lua min log entries to 150 from 50
2023-08-09[CI] Updated README.md.Github Actions
2023-08-09Add `su_save` (#274)Guldoman
* Add `su_save` * Increase load priority Some default plugins like `autoreload` expect the file to be available after the save, so we try to run before it. * Avoid using `--keep-cwd` as it needs a recent version of `pkexec`
2023-08-09[CI] Updated README.md.Github Actions
2023-08-09Added in tetris. (#276)Adam
* Added in tetris. * Updated key combos. * Made non-resizable. * Forgot the t-block. * Upped default size. * Added in controllable down speed. * Added in SRS rotations, pausing, holding. * Added tag. * Added drop shadow and lock delay.
2023-08-08Dlang: allow underscores for numbers and improve function matching (#275)Tamnac
* Dlang: allow underscores for numbers and improve function matching * Update version in manifest
2023-08-02[CI] Updated README.md.Github Actions