lunarvim: mark as broken

LunarVim only works with Neovim 0.9.x. Nixpkgs ships 0.11.x now,
which broke vim-illuminate and nvim-treesitter. The project hasn't
had a meaningful update in over a year and there's no fix coming
upstream. Maintainer recommended marking it broken.

Resolves NixOS/nixpkgs#394302
This commit is contained in:
Jamie Magee 2026-03-01 16:11:55 -08:00
parent 6811cf7e3d
commit 63b776708c

View file

@ -145,5 +145,6 @@ stdenv.mkDerivation (finalAttrs: {
];
platforms = lib.platforms.unix;
mainProgram = "lvim";
broken = true; # Incompatible with Neovim >= 0.10; upstream is unmaintained
};
})