Unverified Commit 79795a57 authored by PerchunPak's avatar PerchunPak
Browse files

vimPlugins.astrocore: init at 2024-12-23

parent f6a2e6ac
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -749,6 +749,18 @@ final: prev:
    meta.homepage = "https://github.com/otavioschwanck/arrow.nvim/";
  };
  astrocore = buildVimPlugin {
    pname = "astrocore";
    version = "2024-12-23";
    src = fetchFromGitHub {
      owner = "AstroNvim";
      repo = "astrocore";
      rev = "ecaf7c76484d3313b966856c2c29672a6abbc3f4";
      sha256 = "1n9akfpm7lmby20w2dmh99vspff8hack81f6d0as531yjjflbcy0";
    };
    meta.homepage = "https://github.com/AstroNvim/astrocore/";
  };
  astrotheme = buildVimPlugin {
    pname = "astrotheme";
    version = "2024-12-10";
+5 −1
Original line number Diff line number Diff line
@@ -143,6 +143,10 @@ in
    nvimRequireCheck = "advanced_git_search.utils";
  };

  astrocore = super.astrocore.overrideAttrs {
    dependencies = [ self.lazy-nvim ];
  };

  astrotheme = super.astrotheme.overrideAttrs {
    nvimRequireCheck = "astrotheme";
  };
@@ -2345,7 +2349,7 @@ in
      openscad
    ];

    # FIXME: cant find plugin root dir
    # FIXME: can't find plugin root dir
    nvimSkipModule = [
      "openscad"
      "openscad.snippets.openscad"
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ https://github.com/ckarnell/antonys-macro-repeater/,,
https://github.com/solarnz/arcanist.vim/,,
https://github.com/vim-scripts/argtextobj.vim/,,
https://github.com/otavioschwanck/arrow.nvim/,,
https://github.com/AstroNvim/astrocore/,HEAD,
https://github.com/AstroNvim/astrotheme/,,
https://github.com/prabirshrestha/async.vim/,,
https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD,