summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Ablasou <alexherbo2@gmail.com>2020-11-22 23:35:04 +0100
committerMathieu Ablasou <alexherbo2@gmail.com>2020-11-22 23:35:04 +0100
commit394e2b77592c2705d94a7c2f53215fd661dec769 (patch)
treeb86dcd5288a78ad54574cea7f6f6844aa44c5511
parente87bb703ef727fb24ce88bc67263d9d67d91c772 (diff)
Add a link to modules
-rw-r--r--README.md3
-rw-r--r--docs/integration.md6
2 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c5f594..4597545 100644
--- a/README.md
+++ b/README.md
@@ -193,6 +193,9 @@ map global normal Y ': yank-ring<ret>'
You can also define your own connect [commands] and [aliases] and locate them in a path set in the `connect_paths` option.
By default, it is set to your `%val{config}/connect/commands` and `%val{config}/connect/aliases` folders.
+Take a look at the [default modules][Modules].
+You can use them as a skeleton to your connect commands.
+
### Custom environment
By setting the `connect_environment` option, you can specify shell commands to run before running your program.
diff --git a/docs/integration.md b/docs/integration.md
index 64e18c5..166ad18 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -2,6 +2,12 @@
connect.kak is also a framework for developing your own plugins.
+## Default modules
+
+- [Modules]
+
+[Modules]: ../rc/connect/modules
+
## Plugins that use or can work with connect.kak
- [yank-ring.kak]