You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like job.lua expects the command "fd" to be installed. Spawning "fd" with args --type f fails if fd is not installed. After I install fd on Mac OS X (brew install fd) all was well.
It looks like job.lua expects the command "fd" to be installed. Spawning "fd" with args --type f fails if fd is not installed. After I install fd on Mac OS X (brew install fd) all was well.
E5108: Error executing lua ...obby/.local/share/nvim/plugged/popfix/lua/popfix/job.lua:374: Failed to spawn process: {
_additional_on_exit_callbacks = {},
_shutdown_check = <userdata 1>,
_stderr_results = {},
_stdout_results = {},
_user_on_exit = <function 1>,
_user_on_stderr = <function 2>,
_user_on_stdout = <function 3>,
args = { "--type", "f" },
command = "fd",
cwd = "/Users/bobby/git/remote/funraise-ui",
enable_handlers = true,
enable_recording = true,
interactive = true,
pid = "ENOENT: no such file or directory",
stderr = <userdata 2>,
stdin = <userdata 3>,
stdout = <userdata 4>,
user_data = {},
= <1>{
__index = <table 1>,
_create_uv_options = <function 4>,
_execute = <function 5>,
_pipes_are_closed = <function 6>,
_prepare_pipes = <function 7>,
_reset = <function 8>,
_shutdown = <function 9>,
_stop = <function 10>,
add_on_exit_callback = <function 11>,
and_then = <function 12>,
chain = <function 13>,
chain_status = <function 14>,
co_wait = <function 15>,
is_job = <function 16>,
join = <function 17>,
new = <function 18>,
pid = <function 19>,
result = <function 20>,
The text was updated successfully, but these errors were encountered: