From 0a826fb4d36e818d906bc98c89a0a9daee3623d7 Mon Sep 17 00:00:00 2001 From: Frothy <76622149+FrothyMarrow@users.noreply.github.com> Date: Mon, 7 Aug 2023 21:32:14 -0400 Subject: [PATCH] refactor: remove unnecessary word 'enable' from mkEnableOption --- modules/visuals/visuals.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/visuals/visuals.nix b/modules/visuals/visuals.nix index 8434093f..cab808e4 100644 --- a/modules/visuals/visuals.nix +++ b/modules/visuals/visuals.nix @@ -43,7 +43,7 @@ in { }; cursorline = { - enable = mkEnableOption "Enable line hightlighting on the cursor [nvim-cursorline]"; + enable = mkEnableOption "line hightlighting on the cursor [nvim-cursorline]"; lineTimeout = mkOption { type = types.int;