mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
refactor(mason): use new handlers opt
This commit is contained in:
parent
2f0bfbbad8
commit
4f2bb725be
1 changed files with 1 additions and 2 deletions
|
@ -151,8 +151,7 @@ return {
|
||||||
end
|
end
|
||||||
|
|
||||||
if have_mason then
|
if have_mason then
|
||||||
mlsp.setup({ ensure_installed = ensure_installed })
|
mlsp.setup({ ensure_installed = ensure_installed, handlers = { setup } })
|
||||||
mlsp.setup_handlers({ setup })
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if Util.lsp_get_config("denols") and Util.lsp_get_config("tsserver") then
|
if Util.lsp_get_config("denols") and Util.lsp_get_config("tsserver") then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue