mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
14 lines
366 B
XML
14 lines
366 B
XML
|
<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>
|