Commit 63b77670 authored by Jamie Magee's avatar Jamie Magee
Browse files

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
parent 6811cf7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -145,5 +145,6 @@ stdenv.mkDerivation (finalAttrs: {
    ];
    platforms = lib.platforms.unix;
    mainProgram = "lvim";
    broken = true; # Incompatible with Neovim >= 0.10; upstream is unmaintained
  };
})