nvim: perlls: remove broken check and disable autostart
This commit is contained in:
parent
f7fb3b1a0e
commit
b26ed328a7
|
@ -193,13 +193,12 @@ if vim.fn.executable('gopls') > 0 then
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
-- FIXME: binary probably doesn't exist even when installed
|
-- there is no good and fast enough way to check for its existence
|
||||||
if vim.fn.executable('perlls') > 0 then
|
lspconfig.perlls.setup({
|
||||||
lspconfig.perlls.setup({
|
autostart = false,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities
|
capabilities = capabilities
|
||||||
})
|
})
|
||||||
end
|
|
||||||
|
|
||||||
if vim.fn.executable('qml-lsp') > 0 then
|
if vim.fn.executable('qml-lsp') > 0 then
|
||||||
lspconfig.qml_lsp.setup({
|
lspconfig.qml_lsp.setup({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user