Unverified Commit 173f27f7 authored by PerchunPak's avatar PerchunPak
Browse files

vimPlugins.astroui: init at 2024-12-23

parent d4797eb1
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -785,6 +785,18 @@ final: prev:
    meta.homepage = "https://github.com/AstroNvim/astrotheme/";
  };
  astroui = buildVimPlugin {
    pname = "astroui";
    version = "2024-12-23";
    src = fetchFromGitHub {
      owner = "AstroNvim";
      repo = "astroui";
      rev = "81ddd0315ac4b260a4563a00be943992901ae5e5";
      sha256 = "1qv9ny98wxyjdyzsw5gmn4wfsklrl01m27hxaba0mypirjr0kv1r";
    };
    meta.homepage = "https://github.com/AstroNvim/astroui/";
  };
  async-vim = buildVimPlugin {
    pname = "async.vim";
    version = "2022-04-04";
+10 −1
Original line number Diff line number Diff line
@@ -148,9 +148,18 @@ in
  };

  astrotheme = super.astrotheme.overrideAttrs {
    nvimRequireCheck = "astrotheme";
    nvimSkipModule = [
      # attempt to index local 'c' (a nil value)
      "astrotheme.groups.plugins.flash"
      "astrotheme.groups.plugins.todo-comments"
    ];
  };

  astroui = super.astroui.overrideAttrs (oa: {
    # Readme states that astrocore is an optional dependency
    nativeCheckInputs = oa.nativeCheckInputs ++ [ self.astrocore ];
  });

  asyncrun-vim = super.asyncrun-vim.overrideAttrs {
    nvimSkipModule = [
      # vim plugin with optional toggleterm integration
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ https://github.com/otavioschwanck/arrow.nvim/,,
https://github.com/AstroNvim/astrocore/,HEAD,
https://github.com/AstroNvim/astrolsp/,HEAD,
https://github.com/AstroNvim/astrotheme/,,
https://github.com/AstroNvim/astroui/,HEAD,
https://github.com/prabirshrestha/async.vim/,,
https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD,
https://github.com/prabirshrestha/asyncomplete-file.vim/,HEAD,