aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-25 23:44:30 +0200
committerpml68 <contact@pml68.me>2024-10-25 23:44:30 +0200
commit814b78f96921408a1617f607858d09ff79087b16 (patch)
tree706399fb0d7091385b3f4a5e7ab4a32b14f20943 /lua/pml68/plugins.lua
parentfeat: add eandrju/cellular-automaton.nvim (diff)
downloadnvim-814b78f96921408a1617f607858d09ff79087b16.tar.gz
feat: change color rendering from 'virtual' to 'background'
Diffstat (limited to '')
-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