diff --git a/.config/nvim/lua/blake/lsp.lua b/.config/nvim/lua/blake/lsp.lua index dd4a442..237f1ad 100644 --- a/.config/nvim/lua/blake/lsp.lua +++ b/.config/nvim/lua/blake/lsp.lua @@ -210,7 +210,7 @@ M.lspconfig = function() bashls = 'bash-language-server', } 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 { on_attach = on_attach, flags = {