aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2024-05-23 21:06:03 +0000
committerGithub Actions <>2024-05-23 21:06:03 +0000
commit02335e4b667162a4672a0a58dbf3b0b4a0bf17e5 (patch)
tree9f151107919ba1ba2da598ed206dece84d8537bb
parent23979d837785e8ed272f06cca9a42e7bc3b36d04 (diff)
downloadlite-xl-plugins-02335e4b667162a4672a0a58dbf3b0b4a0bf17e5.tar.gz
lite-xl-plugins-02335e4b667162a4672a0a58dbf3b0b4a0bf17e5.zip
[CI] Updated README.md and manifest.json.
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index a5e5f66..bdb18f8 100644
--- a/README.md
+++ b/README.md
@@ -126,12 +126,12 @@ to follow with `extra.follow_branch`.*
| [`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.git)* | Provides intellisense by leveraging the LSP protocol. |
-| [`lsp_c`](https://github.com/lite-xl/lite-xl-lsp-servers)* | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
-| [`lsp_clojure`](https://github.com/lite-xl/lite-xl-lsp-servers)* | Automatic configuration/binary download for LSP completion for clojure with clojure-lsp. |
+| [`lsp_c`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
+| [`lsp_clojure`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | Automatic configuration/binary download for LSP completion for clojure with clojure-lsp. |
| [`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_json`](https://github.com/lite-xl/lite-xl-lsp-servers)* | LSP support for JSON via vscode-json-languageserver with [additional patches](https://github.com/lite-xl/lite-xl-lsp-servers/patches/vscode-json-languageserver) for increased functionality. |
-| [`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_java`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | Automatic configuration/binary download for LSP completion for Java with jdtls. |
+| [`lsp_json`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | LSP support for JSON via vscode-json-languageserver with [additional patches](patches/vscode-json-languageserver) for increased functionality. |
+| [`lsp_lua`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | 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.git)* | 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.git)* | Automatic configuration/binary download for LSP completion for Rust with rust-analyzer. |
@@ -312,9 +312,9 @@ to follow with `extra.follow_branch`.*
| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)* | Add support for detecting file and string encodings as converting between them. |
| [`font_nonicons`](plugins/font_nonicons.lua?raw=1) | [Nonicons](https://github.com/yamatsum/nonicons/) font with mapping |
| [`font_symbols_nerdfont_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. |
+| [`jdk`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | 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/lite-xl/lite-xl-lsp-servers)* | Provides official NodeJs binaries. |
+| [`nodejs`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | Official NodeJs builds. |
| [`thread`](https://github.com/jgmdev/lite-xl-threads)* | Supports spawning true os-threads. |
| [`tree_sitter`](https://github.com/xcb-xwii/lite-xl-tree-sitter)* | Tree-sitter bindings based on `lua-tree-sitter` |
| [`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 |