diff --git a/plugins/ts-autotag.nix b/plugins/ts-autotag.nix new file mode 100644 index 0000000..61a5940 --- /dev/null +++ b/plugins/ts-autotag.nix @@ -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; +}