mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
plugins/magma-nvim: refactor + tests (#286)
This commit is contained in:
parent
6d4c15385d
commit
3ed69945b0
3 changed files with 154 additions and 88 deletions
19
tests/test-sources/plugins/utils/magma-nvim.nix
Normal file
19
tests/test-sources/plugins/utils/magma-nvim.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue