From ea9f5df6c2733c7606abc1a36dac2f0d95d009ee Mon Sep 17 00:00:00 2001 From: niverton Date: Tue, 13 May 2025 00:12:43 +0200 Subject: [PATCH] feat(css): added css and tailwind packs --- lua/plugins/05-community.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/plugins/05-community.lua b/lua/plugins/05-community.lua index 5cd4ccb..0639259 100644 --- a/lua/plugins/05-community.lua +++ b/lua/plugins/05-community.lua @@ -10,14 +10,16 @@ return { { enabled = true, import = "astrocommunity.pack.json" }, { enabled = true, import = "astrocommunity.pack.lua" }, { enabled = true, import = "astrocommunity.pack.markdown" }, + { enabled = true, import = "astrocommunity.pack.rust" }, { enabled = home, import = "astrocommunity.pack.bash" }, - { enabled = home, import = "astrocommunity.pack.rust" }, + { enabled = home, import = "astrocommunity.pack.html-css" }, + { enabled = home, import = "astrocommunity.pack.just" }, + { enabled = home, import = "astrocommunity.pack.tailwindcss" }, { enabled = work, import = "astrocommunity.pack.cs" }, { enabled = work, import = "astrocommunity.pack.ps1" }, - { enabled = false, import = "astrocommunity.pack.html-css" }, { enabled = false, import = "astrocommunity.pack.java" }, { enabled = false, import = "astrocommunity.pack.proto" }, { enabled = false, import = "astrocommunity.pack.wgsl" }, -- WebGLShaderLanguage