From 2d83a8262d476b170937be4fa60c876f24a360fc Mon Sep 17 00:00:00 2001 From: Nicolas Goudry Date: Tue, 11 Jun 2024 07:26:07 +0200 Subject: [PATCH] feat(plugins): add ts-autotag --- plugins/ts-autotag.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/ts-autotag.nix 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; +}