From f0ece4441abda2643791dafa88c42707a5e12bd1 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 6 Mar 2025 22:07:24 +0300 Subject: feat: use `telepath.nvim` instead of `leap-spooky.nvim` --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cc59abd..f3c7e97 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,11 @@ url = "github:ggandor/leap-spooky.nvim"; flake = false; }; + + plugins-telepath-nvim = { + url = "github:rasulomaroff/telepath.nvim"; + flake = false; + }; }; # see :help nixCats.flake.outputs @@ -128,7 +133,7 @@ # use with packadd and an autocommand in config to achieve lazy loading optionalPlugins = { gitPlugins = with pkgs.neovimPlugins; { - leap = [ leap-spooky-nvim ]; + leap = [ leap-spooky-nvim telepath-nvim ]; }; general = with pkgs.vimPlugins; { -- cgit v1.2.3-70-g09d2