We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80f82f commit 5f52089Copy full SHA for 5f52089
1 file changed
lsp/flow.lua
@@ -16,7 +16,7 @@
16
return {
17
cmd = function(dispatchers)
18
local cmd = nil
19
- if vim.fn.executable('flow') then
+ if vim.fn.executable('flow') == 1 then
20
cmd = { 'flow', 'lsp' }
21
else
22
cmd = { 'npx', '--no-install', 'flow', 'lsp' }
0 commit comments