Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the vim feature: --enable-pythoninterp

Tags:

python

vim

I am going to build vim and see that it supports the pythoninterp feature by --enable-pythoninterp. What is it? Since I am a big Python fan, I'd like to know more about it.

And also, what's the --with-python-config-dir=PATH for?

like image 953
limi Avatar asked Sep 17 '25 04:09

limi


1 Answers

vim supports scripting in various languages, Python being one of them. See :h python for more details.

like image 168
Ignacio Vazquez-Abrams Avatar answered Sep 19 '25 16:09

Ignacio Vazquez-Abrams