diff --git a/nvim/dev-plugins.nix b/nvim/dev-plugins.nix index 71898d6..948d769 100644 --- a/nvim/dev-plugins.nix +++ b/nvim/dev-plugins.nix @@ -121,6 +121,15 @@ in force_ft = "markdown"; }; }; + molten = { + enable = true; + settings = { + image_provider = "image.nvim"; + virt_text_output = true; + molten_auto_open_output = false; + molten_virt_lines_off_by_1 = true; + }; + }; }; } # Rust plugins diff --git a/nvim/plugins.nix b/nvim/plugins.nix index 8274787..81bf9c2 100644 --- a/nvim/plugins.nix +++ b/nvim/plugins.nix @@ -140,15 +140,6 @@ in enable = true; settings.update_events = "TextChanged,TextChangedI"; }; - molten = { - enable = true; - settings = { - image_provider = "image.nvim"; - virt_text_output = true; - molten_auto_open_output = false; - molten_virt_lines_off_by_1 = true; - }; - }; noice = { enable = true; settings = {