programs.neovim: fix documentation (#99023)

brackets broke doc generation on master
This commit is contained in:
Matthieu Coudron 2020-09-28 22:42:18 +02:00 committed by GitHub
parent 76dbece8e8
commit cd7db06935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ in {
''; '';
description = '' description = ''
Generate your init file from your list of plugins and custom commands. 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>
''; '';
}; };