vimPlugins.arshlib-nvim: init at 2024-05-18
This commit is contained in:
@@ -850,6 +850,19 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
arshlib-nvim = buildVimPlugin {
|
||||
pname = "arshlib.nvim";
|
||||
version = "2024-05-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "arsham";
|
||||
repo = "arshlib.nvim";
|
||||
rev = "111fd439268adda206a24b133096893869a50764";
|
||||
sha256 = "1jmac14w37lybanr8jg4jpi3rkbsjhmz65x5fr7mgd7kagsn3r1n";
|
||||
};
|
||||
meta.homepage = "https://github.com/arsham/arshlib.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
astrocore = buildVimPlugin {
|
||||
pname = "astrocore";
|
||||
version = "2025-02-18";
|
||||
|
||||
@@ -192,6 +192,13 @@ in
|
||||
dependencies = [ self.middleclass ];
|
||||
};
|
||||
|
||||
arshlib-nvim = super.arshlib-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
nui-nvim
|
||||
plenary-nvim
|
||||
];
|
||||
};
|
||||
|
||||
astrocore = super.astrocore.overrideAttrs {
|
||||
dependencies = [ self.lazy-nvim ];
|
||||
};
|
||||
|
||||
@@ -64,6 +64,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/arsham/arshlib.nvim/,HEAD,
|
||||
https://github.com/AstroNvim/astrocore/,HEAD,
|
||||
https://github.com/AstroNvim/astrolsp/,HEAD,
|
||||
https://github.com/AstroNvim/astrotheme/,,
|
||||
|
||||
Reference in New Issue
Block a user