This vim bundle adds syntax highlighting for lighttpd configuration files.
-
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.
-
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)