mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
feat(options): add defaultEditor
option (#589)
This commit is contained in:
parent
358f5732f2
commit
bfd1c5bace
3 changed files with 12 additions and 6 deletions
|
@ -31,7 +31,7 @@ in {
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Symlink <command>vi</command> to <command>nvim</command> binary.
|
||||
Symlink `vi` to `nvim` binary.
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -39,7 +39,7 @@ in {
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Symlink <command>vim</command> to <command>nvim</command> binary.
|
||||
Symlink `vim` to `nvim` binary.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue