images/image-nvim: remove assert for ueberzug backend on darwin

This commit is contained in:
Frothy 2024-02-28 10:09:08 -05:00
parent 37645ff116
commit 83da7acf65

View file

@ -11,13 +11,6 @@
cfg = config.vim.utility.images.image-nvim;
in {
config = mkIf cfg.enable {
assertions = [
{
assertion = pkgs.stdenv.isDarwin && cfg.setupOpts.backend != "ueberzug";
message = "image-nvim: ueberzug backend is broken on ${pkgs.stdenv.hostPlatform.system}. if you are using kitty, please set `vim.utility.images.image-nvim.setupOpts.backend` option to `kitty` in your configuration, otherwise disable this module.";
}
];
vim = {
startPlugins = [
"image-nvim"