mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 00:24:59 +02:00
wrappers/hm: add vimdiffAlias option
This commit is contained in:
parent
34d56c712e
commit
514413f631
2 changed files with 13 additions and 0 deletions
|
@ -4,5 +4,13 @@ with lib;
|
|||
options = {
|
||||
enable = mkEnableOption "nixvim";
|
||||
defaultEditor = mkEnableOption "nixvim as the default editor";
|
||||
|
||||
vimdiffAlias = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Alias `vimdiff` to `nvim -d`.
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue