Markdown: removed image as I don't need it, and also the editor crashes in a tmux session with no pass thru

This commit is contained in:
Barna Máté 2025-01-05 23:09:28 +01:00
parent 506ae83371
commit 0256cebaca
2 changed files with 0 additions and 14 deletions

View file

@ -5,19 +5,6 @@
];
plugins = {
clipboard-image = {
enable = true;
clipboardPackage = pkgs.wl-clipboard;
};
image = {
enable = helpers.enableExceptInTests;
integrations.markdown = {
clearInInsertMode = true;
onlyRenderImageAtCursor = true;
};
};
markdown-preview = {
enable = true;
};

View file

@ -20,4 +20,3 @@
};
};
}