diff options
feat: use `telepath.nvim` instead of `leap-spooky.nvim`
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -244,12 +244,29 @@ "type": "github" } }, + "plugins-telepath-nvim": { + "flake": false, + "locked": { + "lastModified": 1713157094, + "narHash": "sha256-h1NILk/EAbhb9jONHAApFs9Z2f8oZsWy15Ici6+TLxw=", + "owner": "rasulomaroff", + "repo": "telepath.nvim", + "rev": "2879da05463db7bdc8824b13cccd8e8920c62a55", + "type": "github" + }, + "original": { + "owner": "rasulomaroff", + "repo": "telepath.nvim", + "type": "github" + } + }, "root": { "inputs": { "neovim-nightly-overlay": "neovim-nightly-overlay", "nixCats": "nixCats", "nixpkgs": "nixpkgs_2", - "plugins-leap-spooky-nvim": "plugins-leap-spooky-nvim" + "plugins-leap-spooky-nvim": "plugins-leap-spooky-nvim", + "plugins-telepath-nvim": "plugins-telepath-nvim" } }, "treefmt-nix": { |