feat(plugins): add ts-autotag

This commit is contained in:
Nicolas Goudry 2024-06-11 07:26:07 +02:00
parent 8aaa3b34b5
commit 2d83a8262d
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

7
plugins/ts-autotag.nix Normal file
View file

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