aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-04-24 22:05:57 +0200
committerGitHub <noreply@github.com>2022-04-24 22:05:57 +0200
commit9a4f3c7c94a1700945159b2956040d37e596af3f (patch)
tree6f9cf377a37de4937198b6e3758fe0b34f45a37b
parentf2bd9349a5a286cf6c0612225336d7015f86cba0 (diff)
parentb0cb097bbb01eef65ae2099844d682a105d91d88 (diff)
downloadlite-xl-plugins-9a4f3c7c94a1700945159b2956040d37e596af3f.tar.gz
lite-xl-plugins-9a4f3c7c94a1700945159b2956040d37e596af3f.zip
Merge pull request #71 from TorchedSammy/custom-plugins
Add plugins I've made
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 719d728..c3867ef 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,9 @@ to something other than a raw file it should be marked with an asterisk.*
| [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))* |
| [`lint+`](https://github.com/liquid600pgm/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* |
| [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages |
+| [`litepresence`](https://github.com/TorchedSammy/Litepresence)\* | Discord rich presence for Lite XL (display file editing in Discord) |
| [`lsp`](https://github.com/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol |
+| [`lspkind`](https://github.com/TorchedSammy/lite-xl-lspkind)\* | Completion menu kind/type icons for Lite XL LSP |
| [`macmodkeys`](plugins/macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` |
| [`markers`](plugins/markers.lua?raw=1) | Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))* |
| [`memoryusage`](plugins/memoryusage.lua?raw=1) | Show memory usage in the status view |
@@ -165,4 +167,5 @@ to something other than a raw file it should be marked with an asterisk.*
| [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document |
| [`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)\* | Automatically checks for updates and notifies you |
| [`vibe`](https://github.com/eugenpt/lite-xl-vibe)\* | VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl |
+| [`visu`](https://github.com/TorchedSammy/Visu)\* | Audio visualizer for Lite XL |
| [`widget`](https://github.com/lite-xl/lite-xl-widgets)\* | Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins |