about summary refs log tree commit diff
path: root/nixos/modules/programs/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/vim.nix')
-rw-r--r--nixos/modules/programs/vim.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/vim.nix b/nixos/modules/programs/vim.nix
index 8476c1accd31e..fe0e7f2c6d6b9 100644
--- a/nixos/modules/programs/vim.nix
+++ b/nixos/modules/programs/vim.nix
@@ -9,7 +9,6 @@ in {
     defaultEditor = mkOption {
       type = types.bool;
       default = false;
-      example = true;
       description = ''
         When enabled, installs vim and configures vim to be the default editor
         using the EDITOR environment variable.