feat: moar lazy optimizations
This commit is contained in:
parent
23db412afb
commit
be6a529e61
2 changed files with 2 additions and 2 deletions
|
@ -70,5 +70,5 @@ return {
|
|||
dependencies = {
|
||||
'williamboman/mason.nvim',
|
||||
},
|
||||
event = 'BufEnter',
|
||||
event = 'VeryLazy',
|
||||
}
|
||||
|
|
|
@ -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'),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue