aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins/colors.lua
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-12-03 20:29:10 +0100
committerpml68 <contact@pml68.me>2024-12-03 20:29:10 +0100
commit169cd673f595b8802bc29888e037107d00d7d0f2 (patch)
tree326e70851b3cff03cd2617857372847b033314d9 /lua/pml68/plugins/colors.lua
parentfeat: add "no-tex" docker image (diff)
downloadnvim-169cd673f595b8802bc29888e037107d00d7d0f2.tar.gz
feat(plugins): add workspace-diagnostics.nvim and ccc.nvim
Diffstat (limited to 'lua/pml68/plugins/colors.lua')
-rw-r--r--lua/pml68/plugins/colors.lua14
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",