1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 01:41:14 +01:00

plugin/hmts: init + tests (#646)

This commit is contained in:
Haseeb Majid 2023-10-15 16:32:16 +01:00 committed by GitHub
parent 0a31f39447
commit 0de47ebf77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.hmts.enable = true;
};
example = {
plugins.hmts = {
enable = true;
};
};
}