bo5o
bo5o
I am experiencing a similar issue. I have system python version 3.6.8 installed and use pyenv to manage multiple python installations. When I create a virtual environment with `python -m...
``` health#provider#check ======================================================================== ## Clipboard (optional) - OK: Clipboard tool found: xclip ## Python 2 provider (optional) - INFO: pyenv: Path: ~/.pyenv/libexec/pyenv - INFO: pyenv: $PYENV_ROOT is not set. Infer...
* I use a fresh Python executable (no site packages) installed with pyenv (not system python) to create a virtual environment (e.g. `/tmp/myapp/.venv`). * I install packages in this environment....
FYI: Completion works great in ipython with the same version of jedi and the exact same environment setup.
The `JediDebugInfo` of my initial post applies to the very scenario I just depicted. I will file a new issue with a detailed description tomorrow.
@blueyed I did some further investigation and the problem does not seem to be caused by jedi-vim. With the following vimrc, completions work fine. ```vim call plug#begin('~/.local/share/nvim/plugged') Plug 'davidhalter/jedi-vim' call...
Maybe some more info since I also have problems with pre-commit hooks and bumpversion. More specifically my problem is connected to the `fix-trailing-whitespace` hook. I configure bumpversion in `setup.cfg` in...
I am having the same issue without coc. I am using ncm2 with neovim nightly. Changing the order also didn't work. EDIT: I work around the issue currently by disabling...
Tried both now. ### git master * Custom colorscheme not working. * Builtin colorscheme working, tested with: ```python pygments_formatter_class = "pygments.formatters.TerminalTrueColorFormatter" pygments_formatter_kwargs = {"style": "solarized-dark"} ``` ### latest from PyPI...
Ok thanks. I will try.