Commit 893bf11b authored by yugen's avatar yugen
Browse files

vimPlugins.nvzone-typr: init at 2025-01-15

parent 719f9640
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -13315,6 +13315,18 @@ final: prev:
    meta.homepage = "https://github.com/leafgarland/typescript-vim/";
  };
  nvzone-typr = buildVimPlugin {
    pname = "typr";
    version = "2025-01-15";
    src = fetchFromGitHub {
      owner = "nvzone";
      repo = "typr";
      rev = "a60c7f237be94d4b39228a3bd2ced80fe9fe2781";
      sha256 = "0hbd85s2d28832qqy0lnm7f2iqa5n5s16h7n10hsm9iawi0z2ll9";
    };
    meta.homepage = "https://github.com/nvzone/typr/";
  };
  typst-conceal-vim = buildVimPlugin {
    pname = "typst-conceal.vim";
    version = "2023-10-13";
+4 −0
Original line number Diff line number Diff line
@@ -3301,6 +3301,10 @@ in
    ];
  };

  nvzone-typr = super.nvzone-typr.overrideAttrs {
    dependencies = [ self.nvzone-volt ];
  };

  unicode-vim =
    let
      unicode-data = fetchurl {
+1 −0
Original line number Diff line number Diff line
@@ -840,6 +840,7 @@ https://github.com/neovim/nvimdev.nvim/,,
https://github.com/zbirenbaum/nvterm/,HEAD,
https://github.com/nvzone/menu/,HEAD,nvzone-menu
https://github.com/nvzone/minty/,HEAD,nvzone-minty
https://github.com/nvzone/typr/,HEAD,nvzone-typr
https://github.com/nvzone/volt/,HEAD,nvzone-volt
https://github.com/epwalsh/obsidian.nvim/,HEAD,
https://github.com/nvimdev/oceanic-material/,,