global/neovim: render markdown images as popups

This commit is contained in:
Infinidoge 2025-05-01 01:18:10 -04:00
parent 0edcc692cb
commit 1593887571
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -159,7 +159,17 @@ in
hydra = {
enable = true;
};
image.enable = universe.media.enable;
image = {
inherit (universe.media) enable;
settings = {
integrations = {
markdown = {
only_render_image_at_cursor = true;
only_render_image_at_cursor_mode = "popup";
};
};
};
};
lsp-format.enable = true;
mkdnflow = {
enable = true;