summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/neovim.nix')
-rw-r--r--nixos/modules/programs/neovim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/neovim.nix b/nixos/modules/programs/neovim.nix
index b1dbcd181309..2c39456895f3 100644
--- a/nixos/modules/programs/neovim.nix
+++ b/nixos/modules/programs/neovim.nix
@@ -74,7 +74,7 @@ in {
'';
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/<replaceable>hash</replaceable>-vimrc</command>
+ Neovim will then be wrapped to load <command>nvim -u /nix/store/«hash»-vimrc</command>
'';
};