about summary refs log tree commit diff
path: root/nixpkgs/doc/package-notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/package-notes.xml')
-rw-r--r--nixpkgs/doc/package-notes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/doc/package-notes.xml b/nixpkgs/doc/package-notes.xml
index 2b7b4b9bc51b..d2c660e22a9b 100644
--- a/nixpkgs/doc/package-notes.xml
+++ b/nixpkgs/doc/package-notes.xml
@@ -325,6 +325,18 @@ packageOverrides = pkgs: {
    elm2nix</link>.
   </para>
  </section>
+ <section 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>
  <section xml:id="sec-shell-helpers">
   <title>Interactive shell helpers</title>