mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
8 lines
145 B
Nix
8 lines
145 B
Nix
|
{lib}:
|
||
|
with lib; {
|
||
|
options = {
|
||
|
enable = mkEnableOption "nixvim";
|
||
|
defaultEditor = mkEnableOption "nixvim as the default editor";
|
||
|
};
|
||
|
}
|