Replies: 4 comments 1 reply
|
Python's omnifunction is set to give completion at this time. If you don't like it. you can disable the omnifunc of python or make a new omnifunc by yourself. |
0 replies
|
Or modernizly use LSP such as pyright. |
0 replies
|
I cannot reproduce this behavior. Maybe something is missing in my python3 env. Anyway, the behavior you described needs to be fixed in Vim's python omnicomplete function ( |
1 reply
|
have you tried does this happen in other terminals? does it happen in gvim?
This might be the key to solving this issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Beginning a new line from normal mode by using
o,Oshows the completion popup when usingautocompleteand havingo(omnifunc) completion source enabled for some languages e.g. python.A minimal
.vimrcto replicate this:A minimal python file to replicate this:
In normal mode pressing
oon line 1 shows popup in new empty line. Same with pressingOon line 2.Auto indentation setting can be any of:
filetype indent onset smartindentset autoindentset cintentIs there a way to don't show the popup automatically in this case?
All reactions