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; + }; }; };