plugins/magma-nvim: refactor + tests (#286)

This commit is contained in:
Gaétan Lepage 2023-03-24 15:46:16 +01:00 committed by GitHub
parent 6d4c15385d
commit 3ed69945b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 154 additions and 88 deletions

View file

@ -0,0 +1,19 @@
{
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;
};
};
}