From f6cda99b6a28c815e3763fc6d5ccc90b53698527 Mon Sep 17 00:00:00 2001 From: niverton Date: Fri, 3 Apr 2026 14:30:58 +0200 Subject: [PATCH] feat(html): disable web plugins by default --- lua/plugins/05-community.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/05-community.lua b/lua/plugins/05-community.lua index 7740241..9ec97e0 100644 --- a/lua/plugins/05-community.lua +++ b/lua/plugins/05-community.lua @@ -13,9 +13,9 @@ return { { enabled = true, import = "astrocommunity.pack.rust" }, { enabled = home, import = "astrocommunity.pack.bash" }, - { enabled = home, import = "astrocommunity.pack.html-css" }, + { enabled = false, import = "astrocommunity.pack.html-css" }, { enabled = home, import = "astrocommunity.pack.just" }, - { enabled = home, import = "astrocommunity.pack.tailwindcss" }, + { enabled = false, import = "astrocommunity.pack.tailwindcss" }, { enabled = work, import = "astrocommunity.pack.cs" }, { enabled = work, import = "astrocommunity.pack.ps1" },