diff options
| author | Robert Günzler <r@gnzler.io> | 2023-03-21 12:41:16 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:41:16 +0100 |
| commit | 8899aa36853c824a39511c5205bd9ab1245716fb (patch) | |
| tree | 3e6d1d3942132a04e586edded4934177bdf58c64 /.vim/lua | |
| parent | 3b2b6761f0f619ea320911032f087ed98d2092c3 (diff) | |
vim: properly load colorizer
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -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, |