mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
11 lines
122 B
Nix
11 lines
122 B
Nix
{
|
|
empty = {
|
|
plugins.hmts.enable = true;
|
|
};
|
|
|
|
example = {
|
|
plugins.hmts = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|