-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fresh install not working #1121
Comments
Can you try and type |
Yes, It also works in my So the issue is just instances where I type something like If I were to take a guess, it's some kind of conflict with supertab. As mentioned, typing I don't have anything in
Thx |
I guess I'm not here to debug your specific setting, but does |
Issue
Hi,
Fresh install of jedi-vim and I get nothing when I key
<c-space>
. Acutally I get macOS switching my keyboard language, so I switched to<c-n>
.Hitting
<c-n>
seems to generate a listing from supertab (an earlier install).Steps to reproduce
As above,
<c-n>
produces no jedi effect in my .vim setup. Only supertab is invoked.In the minimal config (I just copy pasted your file).
... when I type
pd.
for instance, jedi the following message appears at the command prompt,-- Omni completion (^O^N^P) Pattern not found
Output of “:verbose JediDebugInfo”
The following is from my setup not the minimal.vimrc setup.
Jedi-vim debug information
jedi-vim version
Global Python
Using Python version 3 to access Jedi.
/usr/local/bin/vim
3.12.2 (main, Feb 6 2024, 20:19:44) [Clang 15.0.0 (clang-1500.1.0.2.5)]
/usr/local/Cellar/[email protected]/3.12.2_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site.py
Jedi
/Users/Shared/.config/vim/pack/plugins/start/jedi-vim/pythonx/jedi/jedi/__init__.py
Jedi environment: <Environment: 3.12.2 in /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.12>
/Users/Shared/Financials/data/scripts
/Users/household/.local/lib/python-3x/site-packages
/Users/Shared/.local/lib/python-3x/site-packages
/usr/local/Cellar/[email protected]/3.12.2_1/Frameworks/Python.framework/Versions/3.12/lib/python312.zip
/usr/local/Cellar/[email protected]/3.12.2_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12
/usr/local/Cellar/[email protected]/3.12.2_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload
/usr/local/lib/python3.12/site-packages
Known environments
<Environment: 3.12.2 in /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.12> (/usr/local/opt/[email protected]/bin/python3.12)
<Environment: 3.11.8 in /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.11> (/usr/local/opt/[email protected]/bin/python3.11)
<Environment: 3.10.13 in /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10> (/usr/local/opt/[email protected]/bin/python3.10)
Settings
:version
:messages
:scriptnames
Thanks for looking into this.
The text was updated successfully, but these errors were encountered: