Unverified Commit b103220c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.artio-nvim: init at 2025-12-28 (#474917)

parents f3f564f4 2b937dfb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -945,6 +945,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  artio-nvim = buildVimPlugin {
    pname = "artio.nvim";
    version = "2025-12-28";
    src = fetchFromGitHub {
      owner = "comfysage";
      repo = "artio.nvim";
      rev = "83909f659c1da7cf8403c31a051f0ccb64c4c636";
      hash = "sha256-22CIZrIWI8ZjXPnDtdpCzbPmV/EI7z/YFrbGzoogjGA=";
    };
    meta.homepage = "https://github.com/comfysage/artio.nvim/";
    meta.hydraPlatforms = [ ];
  };
  astrocore = buildVimPlugin {
    pname = "astrocore";
    version = "2.0.5-unstable-2025-06-06";
+8 −0
Original line number Diff line number Diff line
@@ -196,6 +196,14 @@ assertNoAdditions {
    ];
  };

  artio-nvim = super.artio-nvim.overrideAttrs {
    # Requires extui enabled
    nvimSkipModules = [
      "artio.view"
      "artio.picker"
    ];
  };

  astrocore = super.astrocore.overrideAttrs {
    dependencies = [ self.lazy-nvim ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ https://github.com/solarnz/arcanist.vim/,,
https://github.com/vim-scripts/argtextobj.vim/,,
https://github.com/otavioschwanck/arrow.nvim/,,
https://github.com/arsham/arshlib.nvim/,HEAD,
https://github.com/comfysage/artio.nvim/,HEAD,
https://github.com/AstroNvim/astrocore/,HEAD,
https://github.com/AstroNvim/astrolsp/,HEAD,
https://github.com/AstroNvim/astrotheme/,,