neovim: fix docbook syntax in option descriptions

This commit is contained in:
Robert Helgesson 2020-04-09 19:27:57 +02:00
parent 09abc29b73
commit 41094aa3c7
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -43,7 +43,7 @@ in
type = types.bool;
default = false;
description = ''
Symlink `vi` to `nvim` binary.
Symlink <command>vi</command> to <command>nvim</command> binary.
'';
};
@ -51,7 +51,7 @@ in
type = types.bool;
default = false;
description = ''
Symlink `vim` to `nvim` binary.
Symlink <command>vim</command> to <command>nvim</command> binary.
'';
};
@ -59,7 +59,7 @@ in
type = types.bool;
default = false;
description = ''
Alias `vimdiff` to `nvim -d`.
Alias <command>vimdiff</command> to <command>nvim -d</command>.
'';
};