From bd018b6fdb5cf60db6b33ed739da50ffc11aa80e Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Thu, 1 May 2025 18:37:07 +0200 Subject: [PATCH] neovim: Adapt to image.nvim migration --- neovim/config/notes.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/neovim/config/notes.nix b/neovim/config/notes.nix index d29e1b8..b351ca3 100644 --- a/neovim/config/notes.nix +++ b/neovim/config/notes.nix @@ -39,11 +39,13 @@ plugins.image = { enable = false; - backend = "ueberzug"; + settings = { + backend = "ueberzug"; - integrations.markdown = { - clearInInsertMode = true; - enabled = true; + integrations.markdown = { + clearInInsertMode = true; + enabled = true; + }; }; };