summary refs log tree commit diff
path: root/doc/packages/kakoune.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/packages/kakoune.xml')
-rw-r--r--doc/packages/kakoune.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/packages/kakoune.xml b/doc/packages/kakoune.xml
new file mode 100644
index 00000000000..fd40dad7ca8
--- /dev/null
+++ b/doc/packages/kakoune.xml
@@ -0,0 +1,14 @@
+<section xmlns="http://docbook.org/ns/docbook"
+         xmlns:xlink="http://www.w3.org/1999/xlink"
+         xml:id="sec-kakoune">
+  <title>Kakoune</title>
+
+  <para>
+   Kakoune can be built to autoload plugins:
+<programlisting>(kakoune.override {
+  configure = {
+    plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
+  };
+})</programlisting>
+  </para>
+</section>
\ No newline at end of file