fix(nvim): move molten.nvim to dev-plugins #131

Merged
jalil merged 1 commit from molten-dev-plugin into main 2024-11-06 22:28:47 +01:00
2 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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 = {