mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
plugins/utils: move to by-name
This commit is contained in:
parent
faff32b9f1
commit
52f125679f
195 changed files with 2 additions and 102 deletions
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.magma-nvim.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.magma-nvim = {
|
||||
enable = true;
|
||||
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue