aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-19 13:41:20 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-19 13:41:20 +0200
commitac82097841050bcd3561fb516de453d35cf92c38 (patch)
tree9685429c421052a9d6950f334fc2cbd23ed082c3 /lua
parentfeat: add yaml parser to ensure_installed list of treesitter (diff)
downloadnvim-ac82097841050bcd3561fb516de453d35cf92c38.tar.gz
feat: replace nvim-colorizer with nvim-highlight-colors
Diffstat (limited to 'lua')
-rw-r--r--lua/pml68/plugins.lua10
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