mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
24 lines
759 B
XML
24 lines
759 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-home-manager-manual">
|
||
|
<info>
|
||
|
<title>NixVim Manual</title>
|
||
|
</info>
|
||
|
<preface>
|
||
|
<title>Preface</title>
|
||
|
<para>
|
||
|
This manual is meant to serve as the ultimate reference for how to use and install NixVim.
|
||
|
</para>
|
||
|
<para>
|
||
|
If you have any issues, questions, or plugin suggestions please open an issue on the
|
||
|
<link xlink:href="https://github.com/pta2002/nixvim">NixVim GitHub</link>
|
||
|
</para>
|
||
|
</preface>
|
||
|
<appendix xml:id="ch-options">
|
||
|
<title>Configuration Options</title>
|
||
|
<xi:include href="./nmd-result/nixvim-options.xml" />
|
||
|
</appendix>
|
||
|
</book>
|