vimPlugins.astrocore: init at 2024-12-23

This commit is contained in:
PerchunPak
2024-12-26 11:11:23 +01:00
parent f6a2e6accd
commit 79795a5797
3 changed files with 18 additions and 1 deletions
@@ -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";
@@ -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"
@@ -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,