aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68')
-rw-r--r--lua/pml68/plugins.lua4
1 files changed, 3 insertions, 1 deletions
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