diff options
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |