diff --git a/modules/autocmd.nix b/modules/autocmd.nix index 790a45fc..2502ebd3 100644 --- a/modules/autocmd.nix +++ b/modules/autocmd.nix @@ -45,7 +45,7 @@ let callback = mkOption { type = types.nullOr types.str; - description = "The name of a Vimscript function to call when this autocommand is triggered. Cannot be used with }."; + description = "The name of a Vimscript function to call when this autocommand is triggered. Cannot be used with ."; default = null; };