vimPlugins.tardis-nvim: init at 2025-07-28 (#429087)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user