From 104bb1a8a21d8526d326e4e0cb44ace6206c5236 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 6 Mar 2025 16:51:51 +0300 Subject: feat: add `leap` --- flake.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index aafbfaa..679cedd 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,10 @@ # for specific tags, branches and commits, see: # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html#examples + plugins-leap-spooky-nvim = { + url = "github:ggandor/leap-spooky.nvim"; + flake = false; + }; }; # see :help nixCats.flake.outputs @@ -103,7 +107,7 @@ # This is for plugins that will load at startup without using packadd: startupPlugins = { - gitPlugins = with pkgs.neovimPlugins; [ ]; + gitPlugins = with pkgs.neovimPlugins; { }; general = with pkgs.vimPlugins; { always = [ lze lzextras ]; @@ -117,9 +121,12 @@ # not loaded automatically at startup. # use with packadd and an autocommand in config to achieve lazy loading optionalPlugins = { - gitPlugins = with pkgs.neovimPlugins; [ ]; + gitPlugins = with pkgs.neovimPlugins; { + leap = [ leap-spooky-nvim ]; + }; general = with pkgs.vimPlugins; { + leap = [ leap-nvim flit-nvim ]; telescope = [ telescope-nvim ]; extra = [ which-key-nvim ]; }; -- cgit v1.2.3-70-g09d2