diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 169c597bd57b..ffc45cd3277f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -14385,6 +14385,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + tardis-nvim = buildVimPlugin { + pname = "tardis.nvim"; + version = "2025-07-28"; + src = fetchFromGitHub { + owner = "fredehoey"; + repo = "tardis.nvim"; + rev = "951f0903dd52eab69a240a89e514c62d4ea0260f"; + sha256 = "0bdb7bw4f0gidwibs7n6l5gz2a23pm868i9ksh7kkafhl7qf4vz3"; + }; + meta.homepage = "https://github.com/fredehoey/tardis.nvim/"; + meta.hydraPlatforms = [ ]; + }; + targets-vim = buildVimPlugin { pname = "targets.vim"; version = "2024-07-10"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index fde4155a91c6..2349fb07befb 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3308,6 +3308,11 @@ in meta.maintainers = with lib.maintainers; [ callumio ]; }; + tardis-nvim = super.tardis-nvim.overrideAttrs { + dependencies = [ self.plenary-nvim ]; + meta.maintainers = with lib.maintainers; [ fredeb ]; + }; + taskwarrior2 = buildVimPlugin { inherit (taskwarrior2) version pname; src = "${taskwarrior2.src}/scripts/vim"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 8a2c570442ec..615a6932b7a3 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1104,6 +1104,7 @@ https://github.com/preservim/tagbar/,, https://github.com/vim-scripts/taglist.vim/,, https://github.com/luckasRanarison/tailwind-tools.nvim/,HEAD, https://github.com/themaxmarchuk/tailwindcss-colors.nvim/,HEAD, +https://github.com/fredehoey/tardis.nvim/,HEAD, https://github.com/wellle/targets.vim/,, https://github.com/tbabej/taskwiki/,, https://github.com/tomtom/tcomment_vim/,,