refactor: remove unnecessary word 'enable' from mkEnableOption

This commit is contained in:
Frothy 2023-08-07 21:32:14 -04:00
parent d126519514
commit 0a826fb4d3

View file

@ -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;