How to add python support for vim without destroying up all the plugins? -


i started using vim earlier summer , have started add plugins. todays challenge install youcompleteme.

problem: during installation process noticed vim version (7.4) doesn't have support python/python3.

question: how can fix without messing plugins/.vimrc file?

will clean install affect plugins/.vimrc? read should install 'vim-nox'.. should i?

my setup: ubuntu 16.04. vim 7.4. plugins installed via pathogen.

thanks in advance replies! kind regards, edvin

as long plugins installed in $home/.vim (or mswindows equivalent), , not /etc/vim or /usr/share/vim, there should no problem: can upgrade vim version without impacting have installed.

see :h 'rtp' , :h startup.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -