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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -