aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-19 22:16:46 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-19 22:16:46 +0200
commit47460f80cf78a5449850374ca5bb767564b785e0 (patch)
tree24883df03fb7cf7018b5c5a758ef9929bbe0bee3 /lua/pml68
parentfeat: replace nvim-colorizer with nvim-highlight-colors (diff)
downloadnvim-47460f80cf78a5449850374ca5bb767564b785e0.tar.gz
feat: change nvim-highlight-colors render mode to 'virtual'
Diffstat (limited to '')
-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