vimPlugins.astrolsp: init at 2024-12-23
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user