aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins.lua')
-rw-r--r--lua/pml68/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 894c315..9c63f99 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -46,7 +46,7 @@ local plugins = {
event = { "BufReadPost", "BufNewFile" },
config = function()
require("nvim-highlight-colors").setup({
- render = 'virtual',
+ render = 'background',
enable_tailwind = true,
})
end