nvim: lsp's load properly now?
This commit is contained in:
parent
adf7c00b82
commit
c8c6dec89f
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ M.lspconfig = function()
|
||||||
bashls = 'bash-language-server',
|
bashls = 'bash-language-server',
|
||||||
}
|
}
|
||||||
for lsp, exe in pairs(lsp_servers) do
|
for lsp, exe in pairs(lsp_servers) do
|
||||||
if (vim.fn.executable(exe)) then
|
if (vim.fn.executable(exe) == 1) then
|
||||||
nvim_lsp[lsp].setup {
|
nvim_lsp[lsp].setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
flags = {
|
flags = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue