mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-11 12:43:28 +00:00
feat: add leap.nvim
This commit is contained in:
parent
b76eb174f1
commit
d6cb8d9aba
9 changed files with 108 additions and 2 deletions
13
modules/utility/motion/leap/leap.nix
Normal file
13
modules/utility/motion/leap/leap.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.vim.utility.motion.leap;
|
||||
in {
|
||||
options.vim.utility.motion.leap = {
|
||||
enable = mkEnableOption "Enable leap.nvim plugin (easy motion)";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue