summary refs log tree commit diff
path: root/nixos/modules/programs/neovim.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-09-28 22:42:18 +0200
committerGitHub <noreply@github.com>2020-09-28 22:42:18 +0200
commitcd7db06935196264f72d7b4041f22d46dce16ecb (patch)
treee258aad3a80f92f4e7f648e569680fede48740b3 /nixos/modules/programs/neovim.nix
parent76dbece8e8240a911fcc5722f813a8453f90406f (diff)
downloadnixpkgs-cd7db06935196264f72d7b4041f22d46dce16ecb.tar
nixpkgs-cd7db06935196264f72d7b4041f22d46dce16ecb.tar.gz
nixpkgs-cd7db06935196264f72d7b4041f22d46dce16ecb.tar.bz2
nixpkgs-cd7db06935196264f72d7b4041f22d46dce16ecb.tar.lz
nixpkgs-cd7db06935196264f72d7b4041f22d46dce16ecb.tar.xz
nixpkgs-cd7db06935196264f72d7b4041f22d46dce16ecb.tar.zst
nixpkgs-cd7db06935196264f72d7b4041f22d46dce16ecb.zip
programs.neovim: fix documentation (#99023)
brackets broke doc generation on master
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 eaf049010ee..0a1a2ac2b75 100644
--- a/nixos/modules/programs/neovim.nix
+++ b/nixos/modules/programs/neovim.nix
@@ -73,7 +73,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/<hash>-vimrc</command>
+        Neovim will then be wrapped to load <command>nvim -u /nix/store/<replaceable>hash</replaceable>-vimrc</command>
       '';
     };