ets-labs / python-vimrc

VIM Configuration for Python / Cython / C Development
BSD 3-Clause "New" or "Revised" License
652 stars 343 forks source link

omnicomplete still in .vimrc #27

Closed Tset-Noitamotua closed 7 years ago

Tset-Noitamotua commented 7 years ago

Now that you configured to use YCM for autocompletion shouldn't you remove things related to omnicomplete like lines below?

" omnicomplete
set completeopt-=preview                    " remove omnicompletion dropdown
rmk135 commented 7 years ago

Hey Tset,

I've checked this option and found that it's been useful to me. It prevents opening of a buffer with docblock in the top of the central buffer, that I don't like, to be honest...

So, I plan to leave it in current configuration. Also I've moved it to the YCM configuration section for keeping it closer to autocompletion functionality configuration.

Thansk, Roman

Tset-Noitamotua commented 7 years ago

I agree the docstring block is a bit annoying.