aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <>2024-03-10 20:54:37 +0000
committerGithub Actions <>2024-03-10 20:54:37 +0000
commit25769c073249eeead34c96e39daaf8e0aee3977f (patch)
tree72b898e7c03a981bb89130b9fefeb140b74914a7 /README.md
parentc692f85a3c7137b2d401af2ac6dcb3d74232d6ca (diff)
downloadlite-xl-plugins-25769c073249eeead34c96e39daaf8e0aee3977f.tar.gz
lite-xl-plugins-25769c073249eeead34c96e39daaf8e0aee3977f.zip
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5e7ff67..8a28250 100644
--- a/README.md
+++ b/README.md
@@ -110,13 +110,17 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`litepresence`](https://github.com/TorchedSammy/Litepresence)\* | Discord rich presence for Lite XL (display file editing in Discord) |
| [`lorem`](https://github.com/sheetcoder/lorem)\* | Generates Lorem Ipsum placeholder dummy text |
| [`lsp`](https://github.com/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol |
-| [`lsp_c`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
-| [`lsp_lua`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko). |
-| [`lsp_python`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Python with Pyright. |
-| [`lsp_quicklintjs`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js. |
-| [`lsp_rust`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Rust with rust-analyzer. |
+| [`lsp_c`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
+| [`lsp_emmet`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Emmet with emmet-language-server. |
+| [`lsp_java`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Java with jdtls. |
+| [`lsp_lua`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko). |
+| [`lsp_python`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Python with Pyright. |
+| [`lsp_quicklintjs`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js. |
+| [`lsp_rust`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Rust with rust-analyzer. |
| [`lsp_snippets`](https://github.com/vqns/lite-xl-snippets)\* | Adds LSP snippets support to the snippets plugin |
-| [`lsp_zig`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | LSP support for Zig via zls. |
+| [`lsp_tex`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for TeX with texlab. |
+| [`lsp_typescript`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Typescript and Javascript with typescript-language-server. |
+| [`lsp_zig`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | LSP support for Zig via zls. |
| [`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))* |
@@ -279,8 +283,9 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. |
| [`Nonicons font`](plugins/font_nonicons.lua?raw=1) | [Nonicons](https://github.com/yamatsum/nonicons/) font with mapping |
| [`Nerd Font Symbols Mono Regular`](plugins/font_symbols_nerdfont_mono_regular.lua?raw=1) | [Nerd Font Symbols](https://github.com/ryanoasis/nerd-fonts/) font with mapping |
+| [`jdk`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Production and Early-Access OpenJDK Builds, from Oracle. |
| [`net`](https://github.com/jgmdev/lite-xl-net)\* | Add support for TCP and UDP sockets using SDL_net. |
-| [`nodejs`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Provides official NodeJs binaries |
+| [`nodejs`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Provides official NodeJs binaries |
| [`Threads`](https://github.com/jgmdev/lite-xl-threads)\* | Supports spawning true os-threads. |
| [`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 |
| [`www`](https://github.com/adamharrison/lite-xl-www.git)\* | A simple library that provides a web client to fetch, and submit data via HTTP requests. |