Skip to content

Commit b0ee7f8

Browse files
authored
vimPlugins.typr: init at 2025-01-15 (NixOS#374072)
2 parents 28e97f1 + 893bf11 commit b0ee7f8

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13315,6 +13315,18 @@ final: prev:
1331513315
meta.homepage = "https://github.com/leafgarland/typescript-vim/";
1331613316
};
1331713317

13318+
nvzone-typr = buildVimPlugin {
13319+
pname = "typr";
13320+
version = "2025-01-15";
13321+
src = fetchFromGitHub {
13322+
owner = "nvzone";
13323+
repo = "typr";
13324+
rev = "a60c7f237be94d4b39228a3bd2ced80fe9fe2781";
13325+
sha256 = "0hbd85s2d28832qqy0lnm7f2iqa5n5s16h7n10hsm9iawi0z2ll9";
13326+
};
13327+
meta.homepage = "https://github.com/nvzone/typr/";
13328+
};
13329+
1331813330
typst-conceal-vim = buildVimPlugin {
1331913331
pname = "typst-conceal.vim";
1332013332
version = "2023-10-13";

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3303,6 +3303,10 @@ in
33033303
];
33043304
};
33053305

3306+
nvzone-typr = super.nvzone-typr.overrideAttrs {
3307+
dependencies = [ self.nvzone-volt ];
3308+
};
3309+
33063310
unicode-vim =
33073311
let
33083312
unicode-data = fetchurl {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ https://github.com/neovim/nvimdev.nvim/,,
840840
https://github.com/zbirenbaum/nvterm/,HEAD,
841841
https://github.com/nvzone/menu/,HEAD,nvzone-menu
842842
https://github.com/nvzone/minty/,HEAD,nvzone-minty
843+
https://github.com/nvzone/typr/,HEAD,nvzone-typr
843844
https://github.com/nvzone/volt/,HEAD,nvzone-volt
844845
https://github.com/epwalsh/obsidian.nvim/,HEAD,
845846
https://github.com/nvimdev/oceanic-material/,,

0 commit comments

Comments
 (0)