neovim: Adapt to image.nvim migration

This commit is contained in:
Quentin Boyer 2025-05-01 18:37:07 +02:00 committed by traxys
parent c2c6961287
commit bd018b6fdb

View file

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