Como dar soporte de Python en Vim

Es realmente útil si necesitar activar los plugins vim-jedi o python-mode. Necesitaremos reinstalar vim indicando que al instalarlo active Python.

Si estas en OS X y usas Port, y quieres dar soporte a Python 2.7 y 3.4:

sudo port install vim +python +python27 +python34

En Debian sería similar.

sudo apt-get install vim +python +python27 +python34

Puedes dejar si lo deseas solo +python o +python27 o la versión que quiereas.

Espero que a alguien le sea de ayuda.

This work is under a Attribution-NonCommercial-NoDerivatives 4.0 International license.

Will you buy me a coffee?

You can use the terminal.

ssh customer@andros.dev -p 5555

Written by Andros Fenollosa

April 29, 2015

1 min of reading

You may also like