diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-19 22:16:46 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-19 22:16:46 +0200 |
| commit | 47460f80cf78a5449850374ca5bb767564b785e0 (patch) | |
| tree | 24883df03fb7cf7018b5c5a758ef9929bbe0bee3 /lua/pml68/plugins.lua | |
| parent | feat: replace nvim-colorizer with nvim-highlight-colors (diff) | |
| download | nvim-47460f80cf78a5449850374ca5bb767564b785e0.tar.gz | |
feat: change nvim-highlight-colors render mode to 'virtual'
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 4 |
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 |
