puppetlabs-puppet/ext/vim
Todd Zullinger 7f658e6a19 vim: Initial ftplugin and indent support
Vim's indent support makes it easier to automatically indent puppet
manifests.
2011-04-02 10:07:11 -04:00
..
ftdetect Updating filetype detection for vim, and changing 2007-12-19 14:08:41 -06:00
ftplugin vim: Initial ftplugin and indent support 2011-04-02 10:07:11 -04:00
indent vim: Initial ftplugin and indent support 2011-04-02 10:07:11 -04:00
syntax Fix #4615 - vim highlighting fails on slashes and colons. 2010-08-29 07:22:11 +10:00
README vim: Initial ftplugin and indent support 2011-04-02 10:07:11 -04:00

README

To install these files, copy them into ~/.vim, or the relevant
system-wide location.  To use the ftplugin and indenting, you may need
to enable them with "filetype plugin indent on" in your vimrc.