programs.neovim: fix documentation (#99023)

brackets broke doc generation on master

Changed files
+1 -1
nixos
modules
programs
+1 -1
nixos/modules/programs/neovim.nix
···
'';
description = ''
Generate your init file from your list of plugins and custom commands.
-
Neovim will then be wrapped to load <command>nvim -u /nix/store/<hash>-vimrc</command>
+
Neovim will then be wrapped to load <command>nvim -u /nix/store/<replaceable>hash</replaceable>-vimrc</command>
'';
};