Unverified Commit e3f710b8 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.async-nvim: init at 0-unstable-2026-04-18

parent 2d09609e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1036,6 +1036,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  async-nvim = buildVimPlugin {
    pname = "async.nvim";
    version = "0-unstable-2026-04-18";
    src = fetchFromGitHub {
      owner = "lewis6991";
      repo = "async.nvim";
      rev = "7a1d7d49933fbe902b84b55f352a3b10fd587331";
      hash = "sha256-uyUvZVN7L7SqPAE1woc1T8dlhpH24FBj3/WD4VMwWF8=";
    };
    meta.homepage = "https://github.com/lewis6991/async.nvim/";
    meta.hydraPlatforms = [ ];
  };
  async-vim = buildVimPlugin {
    pname = "async.vim";
    version = "0-unstable-2022-04-04";
+6 −0
Original line number Diff line number Diff line
@@ -227,6 +227,12 @@ assertNoAdditions {
    checkInputs = [ self.astrocore ];
  };

  async-nvim = super.async-nvim.overrideAttrs {
    nvimSkipModules = [
      "docgen"
    ];
  };

  asyncrun-vim = super.asyncrun-vim.overrideAttrs {
    # Optional toggleterm integration
    checkInputs = [ self.toggleterm-nvim ];
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ https://github.com/AstroNvim/astrocore/,,
https://github.com/AstroNvim/astrolsp/,,
https://github.com/AstroNvim/astrotheme/,,
https://github.com/AstroNvim/astroui/,,
https://github.com/lewis6991/async.nvim/,,
https://github.com/prabirshrestha/async.vim/,,
https://github.com/prabirshrestha/asyncomplete-buffer.vim/,,
https://github.com/prabirshrestha/asyncomplete-file.vim/,,