Vim Tips Wiki
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
No edit summary
Line 2: Line 2:
   
 
==Comments==
 
==Comments==
  +
'''NOTE FOR PEOPLE''': Don't install this script with the name ''python3.0.vim'', '''IT WILL NOT WORK''', install with ''python.vim'' instead.
 
   
 
I'm a noob that wants to learn python and vim so I don't really know much about the linux command line. Could someone help me figure out how to add this to the correct directory?
 
I'm a noob that wants to learn python and vim so I don't really know much about the linux command line. Could someone help me figure out how to add this to the correct directory?

Revision as of 01:16, 9 January 2012

Use this page to discuss script 790 python: enhanced version of the Python syntax highlighting script

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

NOTE FOR PEOPLE: Don't install this script with the name python3.0.vim, IT WILL NOT WORK, install with python.vim instead.

I'm a noob that wants to learn python and vim so I don't really know much about the linux command line. Could someone help me figure out how to add this to the correct directory? I've already done a find / vim to no avail. Thanks very much --Gideon.

Hi. You want to use the hidden directory, .vim , that should be in your home folder. the path should be something like:

/home/electricaltape/.vim/syntax/python.vim

where electricaltape is the user name. --electricaltape