From 8899aa36853c824a39511c5205bd9ab1245716fb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 21 Mar 2023 12:41:16 +0100 Subject: vim: properly load colorizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 2910399..e8eefc7 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -694,7 +694,7 @@ local pluginspec = { { 'norcalli/nvim-colorizer.lua', - -- event = 'VeryLazy', + lazy = false, config = function() require('colorizer').setup(nil, { name = true, -- cgit 1.4.1