From 814b78f96921408a1617f607858d09ff79087b16 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 25 Oct 2024 23:44:30 +0200 Subject: feat: change color rendering from 'virtual' to 'background' --- lua/pml68/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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 -- cgit v1.2.3