mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
Merge ec1e2fc489
into 6a1a348ab1
This commit is contained in:
commit
87ef58cb00
2 changed files with 24 additions and 0 deletions
12
tests/test-sources/plugins/by-name/mini-align/default.nix
Normal file
12
tests/test-sources/plugins/by-name/mini-align/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.mini-align.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.mini-align = {
|
||||
enable = true;
|
||||
settings.silent = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue