mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
images/image-nvim: remove assert for ueberzug
backend on darwin
This commit is contained in:
parent
37645ff116
commit
83da7acf65
1 changed files with 0 additions and 7 deletions
|
@ -11,13 +11,6 @@
|
||||||
cfg = config.vim.utility.images.image-nvim;
|
cfg = config.vim.utility.images.image-nvim;
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
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 = {
|
vim = {
|
||||||
startPlugins = [
|
startPlugins = [
|
||||||
"image-nvim"
|
"image-nvim"
|
||||||
|
|
Loading…
Reference in a new issue