summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-03-06 22:07:24 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-03-06 22:07:24 +0300
commitf0ece4441abda2643791dafa88c42707a5e12bd1 (patch)
tree6781708b65f23885b8a6ec7b530dc5df7a5033e1 /flake.lock
parentfix: duplicate keybindings from default plugin settings (diff)
downloadneovim-configuration-f0ece4441abda2643791dafa88c42707a5e12bd1.tar.gz
neovim-configuration-f0ece4441abda2643791dafa88c42707a5e12bd1.tar.bz2
neovim-configuration-f0ece4441abda2643791dafa88c42707a5e12bd1.tar.lz
neovim-configuration-f0ece4441abda2643791dafa88c42707a5e12bd1.tar.xz
neovim-configuration-f0ece4441abda2643791dafa88c42707a5e12bd1.tar.zst
neovim-configuration-f0ece4441abda2643791dafa88c42707a5e12bd1.zip
feat: use `telepath.nvim` instead of `leap-spooky.nvim`
Diffstat (limited to '')
-rw-r--r--flake.lock19
1 files changed, 18 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index a21e59f..cb0466c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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": {