vimPlugins.astrolsp: init at 2024-12-23

This commit is contained in:
PerchunPak
2024-12-26 11:11:29 +01:00
parent 79795a5797
commit d4797eb110
2 changed files with 13 additions and 0 deletions
@@ -761,6 +761,18 @@ final: prev:
meta.homepage = "https://github.com/AstroNvim/astrocore/";
};
astrolsp = buildVimPlugin {
pname = "astrolsp";
version = "2024-12-23";
src = fetchFromGitHub {
owner = "AstroNvim";
repo = "astrolsp";
rev = "e5e88e2b5ed1c0f8b6fbea682577473aeabdc2b4";
sha256 = "0arf7lmmcniq1ppsa9544x240simw38m72fm4i0100r05p0h4ygk";
};
meta.homepage = "https://github.com/AstroNvim/astrolsp/";
};
astrotheme = buildVimPlugin {
pname = "astrotheme";
version = "2024-12-10";
@@ -62,6 +62,7 @@ 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/astrolsp/,HEAD,
https://github.com/AstroNvim/astrotheme/,,
https://github.com/prabirshrestha/async.vim/,,
https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD,