nix-community.nixvim/tests/test-sources/plugins/utils/magma-nvim.nix
2023-03-24 15:46:16 +01:00

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;
};
};
}