I applied next fix and it looks good as of now
user@vzuziak-mac ~ $ cat ~/.local/bin/nvim-none
#!/usr/bin/env bash
exec nvim -u NONE "$@"
user@vzuziak-mac ~ $
and a new line in app’s config
...
"vim.neovimPath": "/Users/user/.local/bin/nvim-none",
...