diff options
Diffstat (limited to 'lua/pml68/plugins/colors.lua')
| -rw-r--r-- | lua/pml68/plugins/colors.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lua/pml68/plugins/colors.lua b/lua/pml68/plugins/colors.lua index 2587409..6a8eb36 100644 --- a/lua/pml68/plugins/colors.lua +++ b/lua/pml68/plugins/colors.lua @@ -1,13 +1,13 @@ return { { - "brenoprata10/nvim-highlight-colors", + "uga-rosa/ccc.nvim", event = { "BufReadPost", "BufNewFile" }, - config = function() - require("nvim-highlight-colors").setup({ - render = 'background', - enable_tailwind = true, - }) - end + opts = { + highlighter = { + auto_enable = true, + lsp = true, + }, + }, }, { "rose-pine/neovim", |
