2023-03-24 15:46:16 +01:00
|
|
|
{
|
2024-10-04 18:06:48 -05:00
|
|
|
# NOTE: broken package
|
2023-03-24 15:46:16 +01:00
|
|
|
empty = {
|
2024-10-04 18:06:48 -05:00
|
|
|
plugins.magma-nvim.enable = false;
|
2023-03-24 15:46:16 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.magma-nvim = {
|
2024-10-04 18:06:48 -05:00
|
|
|
enable = false;
|
2023-03-24 15:46:16 +01:00
|
|
|
|
2024-03-02 19:11:05 +01:00
|
|
|
settings = {
|
|
|
|
image_provider = "none";
|
|
|
|
automatically_open_output = true;
|
|
|
|
wrap_output = true;
|
|
|
|
output_window_borders = true;
|
|
|
|
cell_highlight_group = "CursorLine";
|
|
|
|
save_path.__raw = "vim.fn.stdpath('data') .. '/magma'";
|
|
|
|
show_mimetype_debug = false;
|
|
|
|
};
|
2023-03-24 15:46:16 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|