Skip to content
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

Neo auto selects and appends first candidate provide by jedi.vim (python) #18

Closed
UncleBill opened this issue Jun 23, 2013 · 10 comments
Closed

Comments

@UncleBill
Copy link

Have turned auto-select off:

let g:jedi#popup_select_first = 0
let g:neocomplete#enable_auto_select = 0

do not use Neo's omni completion function

Imgur
https://github.com/davidhalter/jedi-vim

@Shougo
Copy link
Owner

Shougo commented Jun 24, 2013

You must show minimal .vimrc.
I cannot reproduce it.

@UncleBill
Copy link
Author

minimal .vimrc:
https://github.com/UncleBill/config-files/blob/clean/myvimrc.vim#L58
I recorded a gif
Imgur

@UncleBill
Copy link
Author

without Neo:

Imgur

@Shougo
Copy link
Owner

Shougo commented Jun 24, 2013

You must set this variable.

let g:jedi#auto_vim_configuration = 0

@UncleBill
Copy link
Author

Thanks @Shougo ! It is ok now. I should read jedi's doc firstly

@lookforit
Copy link

You must set this variable.

yes ,this varible 'effect is subtle and confusing.
I think jedi's author should add a special note for that.

@Shougo
Copy link
Owner

Shougo commented Jun 24, 2013

This setting is already in neocomplete/neocomplcache FAQ.

@toupeira
Copy link

toupeira commented Jan 8, 2014

FYI this popped up for me again even with let g:jedi#auto_vim_configuration = 0 set, possibly related to davidhalter/jedi-vim#179 (i.e., still not a bug in neocomplete).
Since I rarely use Python anyway I just disabled jedi for now.

@Shougo
Copy link
Owner

Shougo commented Jan 8, 2014

let g:jedi#completions_enabled=0 is also needed.
I think configuration variable was changed...

@toupeira
Copy link

toupeira commented Jan 9, 2014

Thanks @Shougo! I did try some other options but sadly this one has a typo in jedi-vim.txt... grrr :( reported at davidhalter/jedi-vim#242

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants