From c8c6dec89f100d17f2b44cae6845e180e7d33058 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 20 Nov 2021 21:02:54 -0800 Subject: [PATCH] nvim: lsp's load properly now? --- .config/nvim/lua/blake/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {