feat: moar lazy optimizations

This commit is contained in:
Matthew Leong 2022-12-30 11:58:09 -08:00
parent 23db412afb
commit be6a529e61
2 changed files with 2 additions and 2 deletions

View file

@ -70,5 +70,5 @@ return {
dependencies = {
'williamboman/mason.nvim',
},
event = 'BufEnter',
event = 'VeryLazy',
}

View file

@ -27,6 +27,6 @@ return {
null_ls.setup(u.merge(defaults, config_opts))
end,
event = 'BufEnter',
event = 'VeryLazy',
enabled = not vim.tbl_contains(user_config.disable_builtin_plugins, 'null_ls'),
}