diff options
| author | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-11-22 23:35:04 +0100 |
|---|---|---|
| committer | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-11-22 23:35:04 +0100 |
| commit | 394e2b77592c2705d94a7c2f53215fd661dec769 (patch) | |
| tree | b86dcd5288a78ad54574cea7f6f6844aa44c5511 | |
| parent | e87bb703ef727fb24ce88bc67263d9d67d91c772 (diff) | |
Add a link to modules
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | docs/integration.md | 6 |
2 files changed, 9 insertions, 0 deletions
@@ -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] |
