mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:07:35 +00:00
Remove message when nvim-lsp-installer is not installed
This commit is contained in:
parent
c01d2445ba
commit
ed6640e8e1
@ -215,8 +215,6 @@ function M.config_lsp_intaller()
|
|||||||
on_attach = default_attach,
|
on_attach = default_attach,
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
end, function()
|
|
||||||
print("nvim-lsp-installer not installed")
|
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user