mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
7cee5948e4
This reverts commit ca88e67b8f
.
25 lines
881 B
XML
25 lines
881 B
XML
<book xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
version="5.0"
|
|
xml:id="book-neovim-flake-manual">
|
|
<info>
|
|
<title>neovim-flake Manual</title>
|
|
</info>
|
|
<preface>
|
|
<title>Preface</title>
|
|
<para>
|
|
If your problem is caused by a bug in neovim-flake then it should be reported on the
|
|
<link xlink:href="https://github.com/notashelf/neovim-flake/issues">neovim-flake issue tracker</link>.
|
|
</para>
|
|
</preface>
|
|
<xi:include href="default-configs.xml"/>
|
|
<xi:include href="custom-configs.xml"/>
|
|
<xi:include href="languages.xml"/>
|
|
<xi:include href="plugins.xml"/>
|
|
<appendix xml:id="ch-options">
|
|
<title>Configuration Options</title>
|
|
<xi:include href="./nmd-result/neovim-flake-options.xml" />
|
|
</appendix>
|
|
<xi:include href="./release-notes/release-notes.xml" />
|
|
</book> |