aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-06-10 19:54:51 +0200
committerpml68 <tutorialmester@gmail.com>2024-06-10 19:54:51 +0200
commit014b9ed95c92a3f7ed47dac865dc49f9af56eb66 (patch)
treed064cb3c98e0bcda06a33aff8d8b405d2cdfa552
parentdocs: add comment for image.nvim plugin (diff)
downloadnvim-014b9ed95c92a3f7ed47dac865dc49f9af56eb66.tar.gz
feat: enable color highlighting for tailwind classes
-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
},