diff options
author | Github Actions <> | 2023-08-19 23:53:51 +0000 |
---|---|---|
committer | Github Actions <> | 2023-08-19 23:53:51 +0000 |
commit | 5d016b42d45e89f9839885192478faa283ec9388 (patch) | |
tree | 2f66778c7d021dfc5cc4e229bdb09f12c8130a9a /README.md | |
parent | 0b0973bb7195957a40a6561834bfbc0b0b0504ff (diff) | |
download | lite-xl-plugins-5d016b42d45e89f9839885192478faa283ec9388.tar.gz lite-xl-plugins-5d016b42d45e89f9839885192478faa283ec9388.zip |
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -189,7 +189,8 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`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 sumneko. | +| [`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_rust`](https://github.com/adamharrison/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 | | [`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` | |