diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 0b8a1ed..7f578a3 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -33,7 +33,7 @@ if vim.fn.executable('pip') == 1 then end end -if vim.fn.executable('go') then +if vim.fn.executable('go') == 1 then local ensure_installed_from_go = { 'gopls', -- Go }