From 54c434356746def56e25575e549ceb31a67df7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 6 Nov 2024 22:10:05 +0100 Subject: [PATCH] fix(nvim): move molten.nvim to dev-plugins It is for working with jupyter notebooks so that is its rightful place. --- nvim/dev-plugins.nix | 9 +++++++++ nvim/plugins.nix | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) 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 = {