refactor(mason): use new handlers opt

This commit is contained in:
Folke Lemaitre committed 2023-05-25 14:24:29 +02:00
1 parent 2f0bfbbad8
commit 4f2bb725be
1 file changed
+1 -2
+1 -2
View File
@@ -151,8 +151,7 @@ return {
end
if have_mason then
mlsp.setup({ ensure_installed = ensure_installed })
mlsp.setup_handlers({ setup })
mlsp.setup({ ensure_installed = ensure_installed, handlers = { setup } })
end
if Util.lsp_get_config("denols") and Util.lsp_get_config("tsserver") then