mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-17 16:02:48 +01:00
docs: use official names of NixOS, Home Manager and nix-darwin
This commit is contained in:
parent
e006fa229c
commit
4c4cac6445
11 changed files with 22 additions and 22 deletions
|
|
@ -72,7 +72,7 @@ in
|
|||
When enabled, the nixvim config will be passed to `nvim` using the `-u` option.
|
||||
'';
|
||||
defaultText = lib.literalMD ''
|
||||
Configured by your installation method: `false` when using the home-manager module, `true` otherwise.
|
||||
Configured by your installation method: `false` when using the Home Manager module, `true` otherwise.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ in
|
|||
If disabled, the XDG config dirs `nvim` and `nvim/after` will be removed from the runtimepath.
|
||||
'';
|
||||
defaultText = lib.literalMD ''
|
||||
Configured by your installation method: `true` when using the home-manager module, `false` otherwise.
|
||||
Configured by your installation method: `true` when using the Home Manager module, `false` otherwise.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue