lol

nixos/vim: add missing word in description

authored by

Ameer Taweel and committed by
Masum Reza
6c8a1aac 3ef96d87

+1 -1
+1 -1
nixos/modules/programs/vim.nix
··· 10 in 11 { 12 options.programs.vim = { 13 - enable = lib.mkEnableOption "Vi IMproved, an advanced text"; 14 15 defaultEditor = lib.mkEnableOption "vim as the default editor"; 16
··· 10 in 11 { 12 options.programs.vim = { 13 + enable = lib.mkEnableOption "Vi IMproved, an advanced text editor"; 14 15 defaultEditor = lib.mkEnableOption "vim as the default editor"; 16