🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

plugins: add tether

robin 56452b8d 4699bb5f

+46
+5
config/lua/ivy/plugins/init.lua
··· 388 388 }, 389 389 390 390 { 391 + "tether.nvim", 392 + lazy = false, 393 + }, 394 + 395 + { 391 396 "cord.nvim", 392 397 name = "cord.nvim", 393 398 lazy = false,
+23
pkgs/ivy-plugins/_sources/generated.json
··· 1076 1076 }, 1077 1077 "version": "b3affa6db7eab80fca2a2db5b73b473144507039" 1078 1078 }, 1079 + "tether-nvim": { 1080 + "cargoLocks": null, 1081 + "date": "2025-11-16", 1082 + "extract": null, 1083 + "name": "tether-nvim", 1084 + "passthru": { 1085 + "as": "tether" 1086 + }, 1087 + "pinned": false, 1088 + "src": { 1089 + "deepClone": false, 1090 + "fetchSubmodules": false, 1091 + "leaveDotGit": false, 1092 + "name": null, 1093 + "owner": "comfysage", 1094 + "repo": "tether.nvim", 1095 + "rev": "164083f87438c7c797ae3038b9bbe8afb13e930c", 1096 + "sha256": "sha256-EfdzO++Ohk0ddrynPypTvxN44oa8qV68dEeaQRSRrk8=", 1097 + "sparseCheckout": [], 1098 + "type": "github" 1099 + }, 1100 + "version": "164083f87438c7c797ae3038b9bbe8afb13e930c" 1101 + }, 1079 1102 "toggleterm": { 1080 1103 "cargoLocks": null, 1081 1104 "date": "2025-03-09",
+13
pkgs/ivy-plugins/_sources/generated.nix
··· 614 614 as = "tabby"; 615 615 date = "2025-05-23"; 616 616 }; 617 + tether-nvim = { 618 + pname = "tether-nvim"; 619 + version = "164083f87438c7c797ae3038b9bbe8afb13e930c"; 620 + src = fetchFromGitHub { 621 + owner = "comfysage"; 622 + repo = "tether.nvim"; 623 + rev = "164083f87438c7c797ae3038b9bbe8afb13e930c"; 624 + fetchSubmodules = false; 625 + sha256 = "sha256-EfdzO++Ohk0ddrynPypTvxN44oa8qV68dEeaQRSRrk8="; 626 + }; 627 + as = "tether"; 628 + date = "2025-11-16"; 629 + }; 617 630 toggleterm = { 618 631 pname = "toggleterm"; 619 632 version = "9a88eae817ef395952e08650b3283726786fb5fb";
+5
pkgs/ivy-plugins/nvfetcher.toml
··· 229 229 src.git = "https://github.com/nanozuki/tabby.nvim" 230 230 passthru.as = "tabby" 231 231 232 + [tether-nvim] 233 + fetch.github = "comfysage/tether.nvim" 234 + src.git = "https://github.com/comfysage/tether.nvim" 235 + passthru.as = "tether" 236 + 232 237 [toggleterm] 233 238 fetch.github = "akinsho/toggleterm.nvim" 234 239 src.git = "https://github.com/akinsho/toggleterm.nvim"