Closed WisdomCui closed 2 years ago
Make sure you have Python3 installed, the following answer also works with Python2.
Make sure you installed the nvim module
python3 -m pip install --user --upgrade pynvim
Check for help
:help provider-python
I solved mine (I use mac m1) with installing Python3.8 to usr/bin then changing my system language to english.
It is not problem of defx.nvim...
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
I'm getting this error on :Defx command run:
[defx] defx requires Python3 support("+python3").
I use macvim and macvim's built-in TUI version of vim, pynvim is installed. I have followed the author's method to add the configuration file, but it does not seem to take effect in macOS. When I enter the command: echo has('python3’) in MacVim, the return value is still 0
Expected
MacVim should be able to run :Defx.
Environment Information
plugin version(SHA1):ecc8a0274232be388d922c7ad518c413ac485c44
OS:arm MacOS BigSur 11.2.1
neovim/Vim version: MacVim 8.2.2164 (169)
:checkhealth
or:CheckHealth
result(neovim only):Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
The reproduce ways from neovim/Vim starting (Required!)
Screen shot (if possible)
Upload the log file