vimPlugins.trailblazer-nvim: init at 2025-02-04 (#415863)

This commit is contained in:
Gaétan Lepage 2025-06-11 17:04:57 +02:00 committed by GitHub
commit befb6314db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View File

@ -14989,6 +14989,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
trailblazer-nvim = buildVimPlugin {
pname = "trailblazer.nvim";
version = "2025-02-04";
src = fetchFromGitHub {
owner = "LeonHeidelbach";
repo = "trailblazer.nvim";
rev = "5c0e3ac01e227bb9afe428583f29f0ec34801408";
sha256 = "0fvm4gb190b9a2gv3spf7429p2adjbsxcgpgd89azmpgqcsdg509";
fetchSubmodules = true;
};
meta.homepage = "https://github.com/LeonHeidelbach/trailblazer.nvim/";
meta.hydraPlatforms = [ ];
};
train-nvim = buildVimPlugin {
pname = "train.nvim";
version = "2023-07-31";

View File

@ -1150,6 +1150,7 @@ https://github.com/freitass/todo.txt-vim/,,
https://github.com/akinsho/toggleterm.nvim/,,
https://github.com/folke/tokyonight.nvim/,,
https://github.com/markonm/traces.vim/,,
https://github.com/LeonHeidelbach/trailblazer.nvim/,HEAD,
https://github.com/tjdevries/train.nvim/,,
https://github.com/xiyaowong/transparent.nvim/,HEAD,
https://github.com/Wansmer/treesj/,main,