1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00
nixvim/tests/test-sources/plugins/utils/hmts.nix
2023-10-15 17:32:16 +02:00

11 lines
122 B
Nix

{
empty = {
plugins.hmts.enable = true;
};
example = {
plugins.hmts = {
enable = true;
};
};
}