mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Convert Kakoune documentation from XML DocBook to Commonmark
This commit is contained in:
parent
b83e5dbc3c
commit
25b8aa4a85
@ -11,7 +11,7 @@
|
||||
<xi:include href="elm.xml" />
|
||||
<xi:include href="emacs.xml" />
|
||||
<xi:include href="ibus.xml" />
|
||||
<xi:include href="kakoune.xml" />
|
||||
<xi:include href="kakoune.section.xml" />
|
||||
<xi:include href="linux.xml" />
|
||||
<xi:include href="locales.xml" />
|
||||
<xi:include href="nginx.xml" />
|
||||
|
9
doc/builders/packages/kakoune.section.md
Normal file
9
doc/builders/packages/kakoune.section.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Kakoune {#sec-kakoune}
|
||||
|
||||
Kakoune can be built to autoload plugins:
|
||||
|
||||
```nix
|
||||
(kakoune.override {
|
||||
plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
|
||||
})
|
||||
```
|
@ -1,12 +0,0 @@
|
||||
<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 {
|
||||
plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
|
||||
})</programlisting>
|
||||
</para>
|
||||
</section>
|
Loading…
Reference in New Issue
Block a user