diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-06-10 19:54:51 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-06-10 19:54:51 +0200 |
| commit | 014b9ed95c92a3f7ed47dac865dc49f9af56eb66 (patch) | |
| tree | d064cb3c98e0bcda06a33aff8d8b405d2cdfa552 /lua/pml68/plugins.lua | |
| parent | docs: add comment for image.nvim plugin (diff) | |
| download | nvim-014b9ed95c92a3f7ed47dac865dc49f9af56eb66.tar.gz | |
feat: enable color highlighting for tailwind classes
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 3 |
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 }, |
