nix-community.nixvim/tests/test-sources/plugins/utils/magma-nvim.nix

20 lines
360 B
Nix
Raw Permalink Normal View History

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