mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
19 lines
360 B
Nix
19 lines
360 B
Nix
{
|
|
empty = {
|
|
plugins.magma-nvim.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.magma-nvim = {
|
|
enable = true;
|
|
|
|
imageProvider = "none";
|
|
automaticallyOpenOutput = true;
|
|
wrapOutput = true;
|
|
outputWindowBorders = true;
|
|
cellHighlightGroup = "CursorLine";
|
|
savePath = null;
|
|
showMimetypeDebug = false;
|
|
};
|
|
};
|
|
}
|