From 11b7a7943f94daf8a35820bb8b2fa174bd0df011 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 28 Aug 2024 01:39:06 -0700 Subject: [PATCH] plugin: add ts-autotag --- config/plugins/qol.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/plugins/qol.nix b/config/plugins/qol.nix index 3b54a41..102988d 100644 --- a/config/plugins/qol.nix +++ b/config/plugins/qol.nix @@ -27,6 +27,7 @@ gitsigns.enable = true; # Language specific tools markdown-preview.enable = true; + ts-autotag.enable = true; }; extraPlugins = [ (pkgs.vimUtils.buildVimPlugin {