summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]