fix(nvim): move molten.nvim to dev-plugins
All checks were successful
/ check (push) Successful in 26s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

It is for working with jupyter notebooks so that is its rightful place.
This commit is contained in:
Jalil David Salamé Messina 2024-11-06 22:10:05 +01:00
parent e1a4001eb1
commit 54c4343567
Signed by: jalil
GPG key ID: F016B9E770737A0B
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 = {