Commit 6c8a1aac authored by Ameer Taweel's avatar Ameer Taweel Committed by Masum Reza
Browse files

nixos/vim: add missing word in description

parent 3ef96d87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ let
in
{
  options.programs.vim = {
    enable = lib.mkEnableOption "Vi IMproved, an advanced text";
    enable = lib.mkEnableOption "Vi IMproved, an advanced text editor";

    defaultEditor = lib.mkEnableOption "vim as the default editor";