How do i enable syntax highlighting and syntax indentation in mysgit vim?

Posted by gath on Stack Overflow See other posts from Stack Overflow or by gath
Published on 2010-04-16T09:21:42Z Indexed on 2010/04/16 9:23 UTC
Read the original article Hit count: 290

Filed under:
|

Am using mysgit for windows, but mysgit vi editor is unable to do syntax highlighting and indentation for my source code (html/python/css .... files)

I managed to copy the syntax folder from my original GVIM7.2 installation to Git Vim72 installation folder, now i see like syntax highlighting is active.

What am unable to do is indentation. I have tried to copy the ftplugin folder from my GVim7.2 installation to Git Vim72 folder but still no indentation.

I have tried to place filetype plugin indent on setting on the vimrc file, but still nothing is working?

Any help on how to enable syntax indentation?

Gath

© Stack Overflow or respective owner

Related posts about git

Related posts about vim