8 lines
161 B
Nix
8 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;
|
||
|
|
}
|