🪴 my neovim config:)
1
fork

Configure Feed

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

chore: update artio

robin dd1db133 fc7f6504

+8 -8
+4 -4
pkgs/ivy-plugins/_sources/generated.json
··· 1 1 { 2 2 "artio-nvim": { 3 3 "cargoLocks": null, 4 - "date": "2025-12-09", 4 + "date": "2025-12-12", 5 5 "extract": null, 6 6 "name": "artio-nvim", 7 7 "passthru": { ··· 15 15 "name": null, 16 16 "owner": "comfysage", 17 17 "repo": "artio.nvim", 18 - "rev": "93b717f08fc184246eaa470ea8edc4e5ae0ee12c", 19 - "sha256": "sha256-+bN+xG3y4fWKNx4yMBfgWFXPy4gKxx5fuLHMUuup3gQ=", 18 + "rev": "3f5e155d39010b538eb778ba9f5fb12fbbfb58f8", 19 + "sha256": "sha256-2Ntp1WHfgIAHRQLI/YSFjzSURpBWHbusgWSw/IV84Sw=", 20 20 "sparseCheckout": [], 21 21 "type": "github" 22 22 }, 23 - "version": "93b717f08fc184246eaa470ea8edc4e5ae0ee12c" 23 + "version": "3f5e155d39010b538eb778ba9f5fb12fbbfb58f8" 24 24 }, 25 25 "blink-indent": { 26 26 "cargoLocks": null,
+4 -4
pkgs/ivy-plugins/_sources/generated.nix
··· 3 3 { 4 4 artio-nvim = { 5 5 pname = "artio-nvim"; 6 - version = "93b717f08fc184246eaa470ea8edc4e5ae0ee12c"; 6 + version = "3f5e155d39010b538eb778ba9f5fb12fbbfb58f8"; 7 7 src = fetchFromGitHub { 8 8 owner = "comfysage"; 9 9 repo = "artio.nvim"; 10 - rev = "93b717f08fc184246eaa470ea8edc4e5ae0ee12c"; 10 + rev = "3f5e155d39010b538eb778ba9f5fb12fbbfb58f8"; 11 11 fetchSubmodules = false; 12 - sha256 = "sha256-+bN+xG3y4fWKNx4yMBfgWFXPy4gKxx5fuLHMUuup3gQ="; 12 + sha256 = "sha256-2Ntp1WHfgIAHRQLI/YSFjzSURpBWHbusgWSw/IV84Sw="; 13 13 }; 14 14 as = "artio"; 15 - date = "2025-12-09"; 15 + date = "2025-12-12"; 16 16 }; 17 17 blink-indent = { 18 18 pname = "blink-indent";