lol

vimPlugins.typr: init at 2025-01-15 (#374072)

authored by

Gaétan Lepage and committed by
GitHub
b0ee7f85 28e97f12

+17
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 13315 13315 meta.homepage = "https://github.com/leafgarland/typescript-vim/"; 13316 13316 }; 13317 13317 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 + 13318 13330 typst-conceal-vim = buildVimPlugin { 13319 13331 pname = "typst-conceal.vim"; 13320 13332 version = "2023-10-13";
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 3303 3303 ]; 3304 3304 }; 3305 3305 3306 + nvzone-typr = super.nvzone-typr.overrideAttrs { 3307 + dependencies = [ self.nvzone-volt ]; 3308 + }; 3309 + 3306 3310 unicode-vim = 3307 3311 let 3308 3312 unicode-data = fetchurl {
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 840 840 https://github.com/zbirenbaum/nvterm/,HEAD, 841 841 https://github.com/nvzone/menu/,HEAD,nvzone-menu 842 842 https://github.com/nvzone/minty/,HEAD,nvzone-minty 843 + https://github.com/nvzone/typr/,HEAD,nvzone-typr 843 844 https://github.com/nvzone/volt/,HEAD,nvzone-volt 844 845 https://github.com/epwalsh/obsidian.nvim/,HEAD, 845 846 https://github.com/nvimdev/oceanic-material/,,