aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua3
1 files changed, 2 insertions, 1 deletions
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
},