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

vimPlugins.async-nvim: init at 0-unstable-2026-04-18; vimPlugins: update on 2026-04-23 (#512868)

parents 09dc97cb 58211c22
Loading
Loading
Loading
Loading
+156 −143

File changed.

Preview size limit exceeded, changes collapsed.

+7 −1
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 ];
@@ -3228,7 +3234,7 @@ assertNoAdditions {

  refactoring-nvim = super.refactoring-nvim.overrideAttrs {
    dependencies = with self; [
      plenary-nvim
      async-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/,,