global/neovim: render markdown images as popups
This commit is contained in:
parent
0edcc692cb
commit
1593887571
1 changed files with 11 additions and 1 deletions
|
@ -159,7 +159,17 @@ in
|
||||||
hydra = {
|
hydra = {
|
||||||
enable = true;
|
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;
|
lsp-format.enable = true;
|
||||||
mkdnflow = {
|
mkdnflow = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue