Clark Gaebel
Clark Gaebel

Reputation: 17988

How do I get python 3 syntax highlighting in vim?

All the highlighting right now uses python2.6 and that makes me very sad face.

Upvotes: 1

Views: 2320

Answers (1)

giftederic
giftederic

Reputation: 659

you can use python.vim plugin

http://www.vim.org/scripts/script.php?script_id=790

make sure you download the 3.0 version plugin

Upvotes: 2

Related Questions