vimr: `$PATH` sometimes not set correctly

YouCompleteMe doesn’t work in VimR, it works when I run nvim in iTerm2. I think it’s because I built YCM using python3 installed using pyenv and vimr use system’s python. I’ve found a similar closed issue before: #96, but I don’t want to touch system’s python. Is there a way to make VimR works with python configured in my terminal’s PATH, at least when starting from vimr command line?

  • Launch NeoVimServer using the user’s login shell.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 34 (15 by maintainers)

Commits related to this issue

Most upvoted comments

Try the build 77. The -i flag is turned off by default. You can turn it on in “Preferences -> Advanced” though, @phuna .