@@ -749,6 +749,30 @@ final: prev:
749749 meta.homepage = "https://github.com/otavioschwanck/arrow.nvim/";
750750 };
751751
752+ astrocore = buildVimPlugin {
753+ pname = "astrocore";
754+ version = "2024-12-23";
755+ src = fetchFromGitHub {
756+ owner = "AstroNvim";
757+ repo = "astrocore";
758+ rev = "ecaf7c76484d3313b966856c2c29672a6abbc3f4";
759+ sha256 = "1n9akfpm7lmby20w2dmh99vspff8hack81f6d0as531yjjflbcy0";
760+ };
761+ meta.homepage = "https://github.com/AstroNvim/astrocore/";
762+ };
763+
764+ astrolsp = buildVimPlugin {
765+ pname = "astrolsp";
766+ version = "2024-12-23";
767+ src = fetchFromGitHub {
768+ owner = "AstroNvim";
769+ repo = "astrolsp";
770+ rev = "e5e88e2b5ed1c0f8b6fbea682577473aeabdc2b4";
771+ sha256 = "0arf7lmmcniq1ppsa9544x240simw38m72fm4i0100r05p0h4ygk";
772+ };
773+ meta.homepage = "https://github.com/AstroNvim/astrolsp/";
774+ };
775+
752776 astrotheme = buildVimPlugin {
753777 pname = "astrotheme";
754778 version = "2024-12-10";
@@ -761,6 +785,18 @@ final: prev:
761785 meta.homepage = "https://github.com/AstroNvim/astrotheme/";
762786 };
763787
788+ astroui = buildVimPlugin {
789+ pname = "astroui";
790+ version = "2024-12-23";
791+ src = fetchFromGitHub {
792+ owner = "AstroNvim";
793+ repo = "astroui";
794+ rev = "81ddd0315ac4b260a4563a00be943992901ae5e5";
795+ sha256 = "1qv9ny98wxyjdyzsw5gmn4wfsklrl01m27hxaba0mypirjr0kv1r";
796+ };
797+ meta.homepage = "https://github.com/AstroNvim/astroui/";
798+ };
799+
764800 async-vim = buildVimPlugin {
765801 pname = "async.vim";
766802 version = "2022-04-04";
@@ -6507,6 +6543,18 @@ final: prev:
65076543 meta.homepage = "https://github.com/williamboman/mason-lspconfig.nvim/";
65086544 };
65096545
6546+ mason-null-ls-nvim = buildVimPlugin {
6547+ pname = "mason-null-ls.nvim";
6548+ version = "2024-04-09";
6549+ src = fetchFromGitHub {
6550+ owner = "jay-babu";
6551+ repo = "mason-null-ls.nvim";
6552+ rev = "de19726de7260c68d94691afb057fa73d3cc53e7";
6553+ sha256 = "1jxslvqp05hzsz3vrspg5yal94314agh15b2p9cimiwj955igbys";
6554+ };
6555+ meta.homepage = "https://github.com/jay-babu/mason-null-ls.nvim/";
6556+ };
6557+
65106558 mason-nvim = buildVimPlugin {
65116559 pname = "mason.nvim";
65126560 version = "2024-07-16";
@@ -6519,6 +6567,18 @@ final: prev:
65196567 meta.homepage = "https://github.com/williamboman/mason.nvim/";
65206568 };
65216569
6570+ mason-nvim-dap-nvim = buildVimPlugin {
6571+ pname = "mason-nvim-dap.nvim";
6572+ version = "2024-08-04";
6573+ src = fetchFromGitHub {
6574+ owner = "jay-babu";
6575+ repo = "mason-nvim-dap.nvim";
6576+ rev = "8b9363d83b5d779813cdd2819b8308651cec2a09";
6577+ sha256 = "0q2pk217lrnpyvqj0mqikayyiajdvj3apki66mxx27zibgc7qg3l";
6578+ };
6579+ meta.homepage = "https://github.com/jay-babu/mason-nvim-dap.nvim/";
6580+ };
6581+
65226582 mason-tool-installer-nvim = buildVimPlugin {
65236583 pname = "mason-tool-installer.nvim";
65246584 version = "2024-06-03";
0 commit comments