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
I'm not sure.what the overlap between vim users and numpy/scipy/pandas users is, but I would encourage you to add numpydoc as a dependency to deoplete-jedi.
Problem summary
Autocompletions not working for np.array variables
Expected
Environment Information
Provide a minimal init.vim with less than 50 lines (required)
Generate logfiles if appropriate
Then look at and attach the files
/tmp/nvim-log_{PID}
and/tmp/deoplete.log
here.deoplete.log
nvim-log_py2_script.log
nvim-log_py3_rplugin.log
nvim-log_py3_script.log
Steps to reproduce the issue after starting Neovim (required)
numpy.ndarray
does resolve correctly.Screen shot (if possible)
Upload the logfile(s)
deoplete.log
nvim-log_py2_script.log
nvim-log_py3_rplugin.log
nvim-log_py3_script.log
Supplemental Information
Exact issue described shown here:
davidhalter/jedi#372 (comment)
Jedi author says that numpydoc has to be installed for it to work:
davidhalter/jedi#372 (comment)
The text was updated successfully, but these errors were encountered: