mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01: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;
|
cfg = config.vim.utility.hop;
|
||||||
in {
|
in {
|
||||||
options.vim.utility.hop = {
|
options.vim.utility.hop = {
|
||||||
enable = mkOption {
|
enable = mkEnableOption "Enable Hop.nvim plugin (easy motion)";
|
||||||
type = types.bool;
|
|
||||||
description = "Enable Hop plugin (easy motion)";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue