mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
refactor: remove unnecessary word 'enable' from mkEnableOption
This commit is contained in:
parent
d126519514
commit
0a826fb4d3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
cursorline = {
|
cursorline = {
|
||||||
enable = mkEnableOption "Enable line hightlighting on the cursor [nvim-cursorline]";
|
enable = mkEnableOption "line hightlighting on the cursor [nvim-cursorline]";
|
||||||
|
|
||||||
lineTimeout = mkOption {
|
lineTimeout = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
|
|
Loading…
Reference in a new issue