diff options
author | Github Actions <> | 2024-04-08 10:49:27 +0000 |
---|---|---|
committer | Github Actions <> | 2024-04-08 10:49:27 +0000 |
commit | bbd7e44d6183cf37b62df4497edcfebf58853953 (patch) | |
tree | 373b2abcb29f8b29c495ad7a07d14f6f53186209 | |
parent | ee9bd35b512ff0d2dfd804a5bafbc6defa9fd4cf (diff) | |
download | lite-xl-plugins-bbd7e44d6183cf37b62df4497edcfebf58853953.tar.gz lite-xl-plugins-bbd7e44d6183cf37b62df4497edcfebf58853953.zip |
[CI] Updated README.md and manifest.json.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,6 +129,7 @@ to follow with `extra.follow_branch`.* | [`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_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_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. | @@ -136,6 +137,7 @@ to follow with `extra.follow_branch`.* | [`lsp_snippets`](https://github.com/vqns/lite-xl-snippets)\* | Adds LSP snippets support to the snippets plugin | | [`lsp_tex`](https://github.com/lite-xl/lite-xl-lsp-servers.git)\* | 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_yaml`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | LSP support for YAML via yaml-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` | |