Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 953 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 953 Bytes

VIM-SYNTAX-LIGHTTPD

This vim bundle adds syntax highlighting for lighttpd configuration files.

Installing and Using

  • Install and configure pathogen

  • Make a clone of the vim-syntax-lighttpd repository:

      $ mkdir -p ~/.vim/bundle
      $ cd ~/.vim/bundle
      $ git clone https://github.com/jaset/vim-syntax-lighttpd.git
    
  • OR use git submodules:

      $ git submodule add https://github.com/jaset/vim-syntax-lighttpd.git bundle/vim-syntax-lighttpd
      $ git submodule init
    

That's it. Pathogen should handle the rest. Opening a file that matches /etc/lighttpd/**.conf, /usr/local/etc/lighttpd/**.conf or lighttpd*.conf will load eveything.

Credits

  •   Forked from [pld-linux/vim-syntax-lighttpd](https://github.com/pld-linux/vim-syntax-lighttpd)
    
  •   README.md derived from [vim-less](https://github.com/groenewege/vim-less)