mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
Merge pull request #236 from FrothyMarrow/wezterm-iterm2-backend
images/image-nvim: remove assert for `ueberzug` backend on darwin
This commit is contained in:
commit
685a6eaade
1 changed files with 0 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue