vimPlugins.tardis-nvim: init at 2025-07-28 (#429087)

authored by Gaétan Lepage and committed by GitHub 284e255c 4ee5da89

+19
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 14385 14385 meta.hydraPlatforms = [ ]; 14386 14386 }; 14387 14387 14388 + tardis-nvim = buildVimPlugin { 14389 + pname = "tardis.nvim"; 14390 + version = "2025-07-28"; 14391 + src = fetchFromGitHub { 14392 + owner = "fredehoey"; 14393 + repo = "tardis.nvim"; 14394 + rev = "951f0903dd52eab69a240a89e514c62d4ea0260f"; 14395 + sha256 = "0bdb7bw4f0gidwibs7n6l5gz2a23pm868i9ksh7kkafhl7qf4vz3"; 14396 + }; 14397 + meta.homepage = "https://github.com/fredehoey/tardis.nvim/"; 14398 + meta.hydraPlatforms = [ ]; 14399 + }; 14400 + 14388 14401 targets-vim = buildVimPlugin { 14389 14402 pname = "targets.vim"; 14390 14403 version = "2024-07-10";
+5
pkgs/applications/editors/vim/plugins/overrides.nix
··· 3308 3308 meta.maintainers = with lib.maintainers; [ callumio ]; 3309 3309 }; 3310 3310 3311 + tardis-nvim = super.tardis-nvim.overrideAttrs { 3312 + dependencies = [ self.plenary-nvim ]; 3313 + meta.maintainers = with lib.maintainers; [ fredeb ]; 3314 + }; 3315 + 3311 3316 taskwarrior2 = buildVimPlugin { 3312 3317 inherit (taskwarrior2) version pname; 3313 3318 src = "${taskwarrior2.src}/scripts/vim";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 1104 1104 https://github.com/vim-scripts/taglist.vim/,, 1105 1105 https://github.com/luckasRanarison/tailwind-tools.nvim/,HEAD, 1106 1106 https://github.com/themaxmarchuk/tailwindcss-colors.nvim/,HEAD, 1107 + https://github.com/fredehoey/tardis.nvim/,HEAD, 1107 1108 https://github.com/wellle/targets.vim/,, 1108 1109 https://github.com/tbabej/taskwiki/,, 1109 1110 https://github.com/tomtom/tcomment_vim/,,