diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-19 13:41:20 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-19 13:41:20 +0200 |
| commit | ac82097841050bcd3561fb516de453d35cf92c38 (patch) | |
| tree | 9685429c421052a9d6950f334fc2cbd23ed082c3 /lua/pml68 | |
| parent | feat: add yaml parser to ensure_installed list of treesitter (diff) | |
| download | nvim-ac82097841050bcd3561fb516de453d35cf92c38.tar.gz | |
feat: replace nvim-colorizer with nvim-highlight-colors
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 36dc321..078ef23 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -1,14 +1,10 @@ local plugins = { --Colorizer { - "NvChad/nvim-colorizer.lua", + "brenoprata10/nvim-highlight-colors", event = "BufReadPost", - config = function() - require("colorizer").setup() - - vim.defer_fn(function() - require("colorizer").attach_to_buffer(0) - end, 0) + config = function () + require("nvim-highlight-colors").setup() end }, --IndentBlankline |
