diff options
author | Github Actions <> | 2024-03-04 16:38:40 +0000 |
---|---|---|
committer | Github Actions <> | 2024-03-04 16:38:40 +0000 |
commit | a789fc89b9bd1b3341c0ac500dcbf25faa98093a (patch) | |
tree | 822b40e1859a7d821c45adacd9432de09da9c5fb /README.md | |
parent | 07d3d74c9c38d7b4cf3db5409fc3882190139a93 (diff) | |
download | lite-xl-plugins-a789fc89b9bd1b3341c0ac500dcbf25faa98093a.tar.gz lite-xl-plugins-a789fc89b9bd1b3341c0ac500dcbf25faa98093a.zip |
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`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_snippets`](https://github.com/vqns/lite-xl-snippets)\* | Adds LSP snippets support to the snippets plugin | @@ -278,6 +279,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`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 | | [`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 | | [`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. | |