mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue