Commit 8c7162fd authored by fmway's avatar fmway
Browse files

vimPlugins.nvzone-minty: init 2024-11-16

parent c45f48cd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -9846,6 +9846,18 @@ final: prev:
    meta.homepage = "https://github.com/zbirenbaum/nvterm/";
  };
  nvzone-minty = buildVimPlugin {
    pname = "nvzone-minty";
    version = "2024-11-16";
    src = fetchFromGitHub {
      owner = "nvzone";
      repo = "minty";
      rev = "a3d69bd63fc98f640815f94b797bf978e9193022";
      sha256 = "1chq2qqa2yps366rh5gdylvlz09q13ilw2k4cr95a2ivp887qcyz";
    };
    meta.homepage = "https://github.com/nvzone/minty/";
  };
  nvzone-volt = buildVimPlugin {
    pname = "nvzone-volt";
    version = "2024-11-17";
+4 −0
Original line number Diff line number Diff line
@@ -1991,6 +1991,10 @@ in
    nvimRequireCheck = "ufo";
  };

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

  obsidian-nvim = super.obsidian-nvim.overrideAttrs {
    dependencies = with self; [ plenary-nvim ];
    nvimRequireCheck = "obsidian";
+1 −0
Original line number Diff line number Diff line
@@ -818,6 +818,7 @@ https://github.com/roxma/nvim-yarp/,,
https://github.com/andersevenrud/nvim_context_vt/,,
https://github.com/neovim/nvimdev.nvim/,,
https://github.com/zbirenbaum/nvterm/,HEAD,
https://github.com/nvzone/minty/,HEAD,nvzone-minty
https://github.com/nvzone/volt/,HEAD,nvzone-volt
https://github.com/epwalsh/obsidian.nvim/,HEAD,
https://github.com/nvimdev/oceanic-material/,,