mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-06 03:45:52 +00:00
dev: move modules/utilty/hop -> modules/utility/motion/hop
This commit is contained in:
parent
ab4026d49e
commit
b76eb174f1
6 changed files with 39 additions and 40 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.vim.utility.hop;
|
||||
in {
|
||||
options.vim.utility.hop = {
|
||||
enable = mkEnableOption "Enable Hop.nvim plugin (easy motion)";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue