Linux/Ubuntu directory location ~/.vim/syntax/

Viewed 47855

Where is the default location for the folder ~/.vim/syntax/ on a Linux system? I am trying to add a Python addon.

4 Answers

/usr/share/vim/vim72/syntax/

I added the file in the above location and it is working for puppet scripting

Related