aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-06-26 20:36:17 +0000
committerGitHub <noreply@github.com>2019-06-26 20:36:17 +0000
commitc9bd5b8516d5d8551646375c3855f772afdc2288 (patch)
tree8ad6aebeb374ee16b64e0e23803d775b124d39ef /doc
parent4ae993455deeec79254712bdeb4e5a75b9ef7da8 (diff)
parent2a911454d349656e6140dcf919d1907c250d727a (diff)
Merge pull request #61385 from eraserhd/kakoune-plugins
kakoune: support for adding plugins
Diffstat (limited to 'doc')
-rw-r--r--doc/package-notes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 2b7b4b9bc51..d2c660e22a9 100644
--- a/doc/package-notes.xml
+++ b/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>