fix(lsp): lazy load mason on FileOpened (#4100)

This commit is contained in:
LostNeophyte 2023-05-02 09:57:39 +02:00 committed by GitHub
parent 9e86655361
commit 56d2463321
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ local core_plugins = {
settings.current.automatic_installation = false
end,
lazy = true,
event = "User FileOpened",
dependencies = "mason.nvim",
},
{ "tamago324/nlsp-settings.nvim", cmd = "LspSettings", lazy = true },
@ -32,6 +33,7 @@ local core_plugins = {
require("mason-registry").refresh()
end)
end,
event = "User FileOpened",
lazy = true,
},
{