diff options
author | Gaspartcho <93390411+Gaspartcho@users.noreply.github.com> | 2024-03-04 17:38:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 17:38:26 +0100 |
commit | 07d3d74c9c38d7b4cf3db5409fc3882190139a93 (patch) | |
tree | cdb8c4d9ceec544e17e368564525ec0a60db73e3 /manifest.json | |
parent | 8d5e8af12cf176717f3fcbde3d397f7ce4149c07 (diff) | |
download | lite-xl-plugins-07d3d74c9c38d7b4cf3db5409fc3882190139a93.tar.gz lite-xl-plugins-07d3d74c9c38d7b4cf3db5409fc3882190139a93.zip |
Add lsp_python (#376)
* Update manifest.json
bumped the version of nerdicons
* Update manifest.json
* Update manifest.json
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index b525204..46fc310 100644 --- a/manifest.json +++ b/manifest.json @@ -1387,6 +1387,13 @@ "id": "lsp_lua" }, { + "description": "Automatic configuration/binary download for LSP completion for Python with Pyright.", + "version": "1.1.351", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:e2ec4cb92ceb58c3d0214919e715e5e1903c6633", + "mod_version": "3", + "id": "lsp_python" + }, + { "description": "Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js.", "version": "3.1.0", "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:69c85033c8a62214d1e758d986cb2eea7a66728e", @@ -1476,6 +1483,14 @@ } }, { + "description": "Provides official NodeJs binaries", + "version": "20.11.1", + "type": "library", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:e2ec4cb92ceb58c3d0214919e715e5e1903c6633", + "mod_version": "3", + "id": "nodejs" + }, + { "description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font", "version": "0.4", "path": "plugins/nonicons.lua", |