aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <>2024-04-21 17:49:40 +0000
committerGithub Actions <>2024-04-21 17:49:40 +0000
commitb25f2b27d615e7d5e4d6a0c6b24502797c2eeb1f (patch)
tree1aa1f7f65bdfb3f767a896d365e9b924d66e5ed9 /README.md
parent7853f1242b7de5c223f07120b84715e75702d6a7 (diff)
downloadlite-xl-plugins-b25f2b27d615e7d5e4d6a0c6b24502797c2eeb1f.tar.gz
lite-xl-plugins-b25f2b27d615e7d5e4d6a0c6b24502797c2eeb1f.zip
[CI] Updated README.md and manifest.json.
Diffstat (limited to 'README.md')
-rw-r--r--README.md54
1 files changed, 27 insertions, 27 deletions
diff --git a/README.md b/README.md
index e213d65..88f8f04 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ to follow with `extra.follow_branch`.*
| [`bigclock`](plugins/bigclock.lua?raw=1) | Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))* |
| [`black`](https://git.sr.ht/~tmpod/black-lite)* | Integrates the [black](https://github.com/psf/black) Python formatter with lite |
| [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* |
-| [`build`](plugins/build) | Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))* |
+| [`build`](https://github.com/lite-xl/lite-xl-ide.git)* | Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/lite-xl/lite-xl-ide/main/screenshots/build.png))* |
| [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* |
| [`cleanstart`](plugins/cleanstart.lua?raw=1) | Hides the treeview at start if no arguments passed to the executable are directories. Compatible with lite. |
| [`codeplus`](https://github.com/chqs-git/code-plus.git)* | Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif)) |
@@ -73,7 +73,7 @@ to follow with `extra.follow_branch`.*
| [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard |
| [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor |
| [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps |
-| [`debugger`](plugins/debugger) | Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))* |
+| [`debugger`](https://github.com/lite-xl/lite-xl-ide.git)* | Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/lite-xl/lite-xl-ide/main/screenshots/debugger.png))* |
| [`devicons`](https://github.com/PerilousBooklet/lite-xl-devicons)* | PerilousBooklet's treeview icons for software developers. |
| [`discord-presence`](https://github.com/vincens2005/lite-xl-discord2)* | Adds the current workspace and file to your Discord rich presence. Linux-only. |
| [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) |
@@ -102,16 +102,16 @@ to follow with `extra.follow_branch`.*
| [`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))* |
| [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases |
| [`gui_filepicker`](plugins/gui_filepicker.lua?raw=1) | Graphical filepicker using zenity or kdialog. |
-| [`ide`](plugins/ide.lua?raw=1) | A metapackage that provides the minimum functionalities for Lite XL to run as a minimal IDE. |
-| [`ide_c`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for C/C++. |
-| [`ide_java`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for Java. |
-| [`ide_javascript`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for Javascript. |
-| [`ide_lua`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for Lua. |
-| [`ide_python`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for Python. |
-| [`ide_rust`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for Rust. |
-| [`ide_tex`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for TeX. |
-| [`ide_typescript`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for Typescript. |
-| [`ide_zig`](plugins/ide.lua?raw=1) | A metapackage that turns Lite XL into an IDE for Zig. |
+| [`ide`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that provides the minimum functionalities for Lite XL to run as a minimal IDE. |
+| [`ide_c`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for C/C++. |
+| [`ide_java`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for Java. |
+| [`ide_javascript`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for Javascript. |
+| [`ide_lua`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for Lua. |
+| [`ide_python`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for Python. |
+| [`ide_rust`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for Rust. |
+| [`ide_tex`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for TeX. |
+| [`ide_typescript`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for Typescript. |
+| [`ide_zig`](https://github.com/lite-xl/lite-xl-ide.git)* | A metapackage that turns Lite XL into an IDE for Zig. |
| [`immersive-title`](https://github.com/takase1121/lite-xl-immersive-title)* | Dark (or even Mica!) title bar for Lite XL |
| [`indent_convert`](plugins/indent_convert.lua?raw=1) | Convert between tabs and spaces indentation |
| [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* |
@@ -126,20 +126,20 @@ 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)* | Provides code completion (also known as IntelliSense) using the Language Server Protocol |
-| [`lsp_c`](plugins/lsp_c.lua?raw=1) | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
-| [`lsp_clojure`](plugins/lsp_clojure.lua?raw=1) | Automatic configuration/binary download for LSP completion for clojure with clojure-lsp. |
-| [`lsp_emmet`](plugins/lsp_emmet.lua?raw=1) | Automatic configuration/binary download for LSP completion for Emmet with emmet-language-server. |
-| [`lsp_java`](plugins/lsp_java.lua?raw=1) | Automatic configuration/binary download for LSP completion for Java with jdtls. |
-| [`lsp_json`](plugins/lsp_json.lua?raw=1) | LSP support for JSON via vscode-json-languageserver with [additional patches](patches/vscode-json-languageserver) for increased functionality. |
-| [`lsp_lua`](plugins/lsp_lua.lua?raw=1) | Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko). |
-| [`lsp_python`](plugins/lsp_python.lua?raw=1) | Automatic configuration/binary download for LSP completion for Python with Pyright. |
-| [`lsp_quicklintjs`](plugins/lsp_quicklintjs.lua?raw=1) | Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js. |
-| [`lsp_rust`](plugins/lsp_rust.lua?raw=1) | Automatic configuration/binary download for LSP completion for Rust with rust-analyzer. |
+| [`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_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. |
+| [`lsp_rust`](https://github.com/lite-xl/lite-xl-lsp-servers.git)* | 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 |
-| [`lsp_tex`](plugins/lsp_tex.lua?raw=1) | Automatic configuration/binary download for LSP completion for TeX with texlab. |
-| [`lsp_typescript`](plugins/lsp_typescript.lua?raw=1) | Automatic configuration/binary download for LSP completion for Typescript and Javascript with typescript-language-server. |
-| [`lsp_yaml`](plugins/lsp_yaml.lua?raw=1) | LSP support for YAML via yaml-language-server. |
-| [`lsp_zig`](plugins/lsp_zig.lua?raw=1) | Automatic configuration/binary download for LSP completion for Zig via zls. |
+| [`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` |
| [`markers`](plugins/markers.lua?raw=1) | Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))* |
@@ -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`](libraries/jdk.lua?raw=1) | Production and Early-Access OpenJDK Builds, from Oracle. |
+| [`jdk`](https://github.com/lite-xl/lite-xl-lsp-servers)* | 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`](libraries/nodejs.lua?raw=1) | Official NodeJs builds. |
+| [`nodejs`](https://github.com/lite-xl/lite-xl-lsp-servers)* | Provides official NodeJs binaries. |
| [`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 |