nixvim/config/ts-autotag.nix

5 lines
53 B
Nix

{
plugins.ts-autotag = {
enable = true;
};
}