diff options
| author | pml68 <contact@pml68.me> | 2024-10-25 23:44:30 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-10-25 23:44:30 +0200 |
| commit | 814b78f96921408a1617f607858d09ff79087b16 (patch) | |
| tree | 706399fb0d7091385b3f4a5e7ab4a32b14f20943 /lua/pml68/plugins.lua | |
| parent | feat: add eandrju/cellular-automaton.nvim (diff) | |
| download | nvim-814b78f96921408a1617f607858d09ff79087b16.tar.gz | |
feat: change color rendering from 'virtual' to 'background'
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 2 |
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 |
