mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
programs.neovim: fix documentation (#99023)
brackets broke doc generation on master
This commit is contained in:
parent
76dbece8e8
commit
cd7db06935
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue