Skip to content

Commit befb631

Browse files
authored
vimPlugins.trailblazer-nvim: init at 2025-02-04 (NixOS#415863)
2 parents c3c6a28 + 584cdc1 commit befb631

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14989,6 +14989,20 @@ final: prev: {
1498914989
meta.hydraPlatforms = [ ];
1499014990
};
1499114991

14992+
trailblazer-nvim = buildVimPlugin {
14993+
pname = "trailblazer.nvim";
14994+
version = "2025-02-04";
14995+
src = fetchFromGitHub {
14996+
owner = "LeonHeidelbach";
14997+
repo = "trailblazer.nvim";
14998+
rev = "5c0e3ac01e227bb9afe428583f29f0ec34801408";
14999+
sha256 = "0fvm4gb190b9a2gv3spf7429p2adjbsxcgpgd89azmpgqcsdg509";
15000+
fetchSubmodules = true;
15001+
};
15002+
meta.homepage = "https://github.com/LeonHeidelbach/trailblazer.nvim/";
15003+
meta.hydraPlatforms = [ ];
15004+
};
15005+
1499215006
train-nvim = buildVimPlugin {
1499315007
pname = "train.nvim";
1499415008
version = "2023-07-31";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,7 @@ https://github.com/freitass/todo.txt-vim/,,
11501150
https://github.com/akinsho/toggleterm.nvim/,,
11511151
https://github.com/folke/tokyonight.nvim/,,
11521152
https://github.com/markonm/traces.vim/,,
1153+
https://github.com/LeonHeidelbach/trailblazer.nvim/,HEAD,
11531154
https://github.com/tjdevries/train.nvim/,,
11541155
https://github.com/xiyaowong/transparent.nvim/,HEAD,
11551156
https://github.com/Wansmer/treesj/,main,

0 commit comments

Comments
 (0)