nixvimConfig/plugins/ts-autotag.nix

8 lines
161 B
Nix
Raw Permalink Normal View History

2024-06-11 07:26:07 +02:00
# homepage: https://github.com/windwp/nvim-ts-autotag
# nixvim doc: https://nix-community.github.io/nixvim/plugins/ts-autotag.html
_:
{
opts.enable = true;
}