nixvimConfig/plugins/ts-autotag.nix
2024-06-11 07:26:07 +02:00

7 lines
161 B
Nix

# homepage: https://github.com/windwp/nvim-ts-autotag
# nixvim doc: https://nix-community.github.io/nixvim/plugins/ts-autotag.html
_:
{
opts.enable = true;
}