From 014b9ed95c92a3f7ed47dac865dc49f9af56eb66 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 10 Jun 2024 19:54:51 +0200 Subject: feat: enable color highlighting for tailwind classes --- lua/pml68/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index db44676..040f5b4 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -66,7 +66,8 @@ local plugins = { event = "BufReadPost", config = function() require("nvim-highlight-colors").setup({ - render = 'virtual' + render = 'virtual', + enable_tailwind = true, }) end }, -- cgit v1.2.3