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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/vim.nix b/nixos/modules/programs/vim.nix
index da2813f4bb53f..eb3499fd243f5 100644
--- a/nixos/modules/programs/vim.nix
+++ b/nixos/modules/programs/vim.nix
@@ -9,7 +9,7 @@ in {
     defaultEditor = mkOption {
       type = types.bool;
       default = false;
-      description = lib.mdDoc ''
+      description = ''
         When enabled, installs vim and configures vim to be the default editor
         using the EDITOR environment variable.
       '';