mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
plugin/hmts: init + tests (#646)
This commit is contained in:
parent
0a31f39447
commit
0de47ebf77
3 changed files with 34 additions and 0 deletions
11
tests/test-sources/plugins/utils/hmts.nix
Normal file
11
tests/test-sources/plugins/utils/hmts.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.hmts.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.hmts = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue