mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
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:
parent
6811cf7e3d
commit
63b776708c
1 changed files with 1 additions and 0 deletions
|
|
@ -145,5 +145,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "lvim";
|
||||
broken = true; # Incompatible with Neovim >= 0.10; upstream is unmaintained
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue