aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormundusnine <mundusnine@gmail.com>2021-08-24 10:20:28 -0400
committerGitHub <noreply@github.com>2021-08-24 10:20:28 -0400
commitb5778e066ca9a39e9933776862f32c4104e17dd7 (patch)
tree5f7659656d0311d05e0dddc170702c7cbd46a3b7
parent01356dfff424015b894cb84382b0e8d35045355d (diff)
downloadlite-xl-plugins-b5778e066ca9a39e9933776862f32c4104e17dd7.tar.gz
lite-xl-plugins-b5778e066ca9a39e9933776862f32c4104e17dd7.zip
Fix for pr merge
Fixed github path to project(renamed it because lua doesn't like `-` and prefers `_` for table field names). Specify depends for build commands. Fix readme to use the one from master
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ebee14..9de5fe7 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Plugin | Description
[`hidestatus`](plugins/hidestatus.lua?raw=1) | Hides the status bar at the bottom of the window
~~[`inanimate`](plugins/inanimate.lua?raw=1)~~ | Integrated in lite-xl using `config.transitions = false` ~~Disables all transition animations~~
*[`indentguide`](plugins/indentguide.lua?raw=1)* | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))*
-*[`Kinc Projects`](https://github.com/Kode-Community/kinc-plugin)** | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands
+*[`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)** | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console))
[`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language
[`language_batch`](plugins/language_batch.lua?raw=1) | Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file)
[`language_bib`](plugins/language_bib.lua?raw=1) | Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files
@@ -132,4 +132,5 @@ Plugin | Description
[`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase`
[`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document
*[`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)** | Automatically checks for updates and notifies you
+*[`vibe`](https://github.com/eugenpt/lite-xl-vibe)** | VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl
~~[`workspace`](plugins/workspace.lua?raw=1)~~ | Integrated in lite-xl ~~Retains project's layout and open documents between sessions~~