mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
feat: use mkEnableOption
This commit is contained in:
parent
2458eb7f00
commit
f22a06aa11
1 changed files with 1 additions and 4 deletions
|
@ -8,9 +8,6 @@ with lib; let
|
|||
cfg = config.vim.utility.hop;
|
||||
in {
|
||||
options.vim.utility.hop = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
description = "Enable Hop plugin (easy motion)";
|
||||
};
|
||||
enable = mkEnableOption "Enable Hop.nvim plugin (easy motion)";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue