From 47460f80cf78a5449850374ca5bb767564b785e0 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 19 May 2024 22:16:46 +0200 Subject: feat: change nvim-highlight-colors render mode to 'virtual' --- lua/pml68/plugins.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 078ef23..2776189 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -4,7 +4,9 @@ local plugins = { "brenoprata10/nvim-highlight-colors", event = "BufReadPost", config = function () - require("nvim-highlight-colors").setup() + require("nvim-highlight-colors").setup({ + render = 'virtual' + }) end }, --IndentBlankline -- cgit v1.2.3