roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

Adding this to installer dotfiles #8

Closed partounian closed 7 years ago

partounian commented 7 years ago

I have tried using nvim +PythonSupportInitPython2 +PythonSupportInitPython3 +qall, but that does not run the commands/install it. Any suggestions?

roxma commented 7 years ago

I'm not sure about the issue.

Do you mean that the commands :PythonSupportInitPython2 and :PythonSupportInitPython3 are not working?

The two commands should print some execution info on neovim's builtin terminal, which might be useful for debugging.

partounian commented 7 years ago

They do work, but not with that command on a script. I am just looking for a way to automatically install the pip modules with my dotfiles script. This might give some useful context: https://github.com/partounian/dotfiles/blob/master/script/functions.sh#L71

roxma commented 7 years ago

The command ends before the spwaned process ends. I think this is the reason it fails.

roxma commented 7 years ago

I've change the behavior. it should work now.

roxma commented 7 years ago

Closing, reopen if it's still not working.

partounian commented 6 years ago

Any idea how to skip the prompt in vim? Press ENTER or type command to continue I tried nvim '+silent PlugInstall' +qall but no dice :(

pschmitt commented 4 years ago

Sorry to necrobump but I still encounter errors when installing non-interactively:

$ nvim +PythonSupportInitPython2 +PythonSupportInitPython3 +qall
zsh: abort (core dumped)  nvim +PythonSupportInitPython2 +PythonSupportInitPython3 +qall
$ echo $?
134