Skip to content

glensc/vim-syntax-lighttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim lighttpd syntax

This vim bundle adds syntax highlighting for lighttpd configuration files.

always recent version can be grabbed from: https://github.com/glensc/vim-syntax-lighttpd/

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/glensc/vim-syntax-lighttpd.git
  • OR use git submodules:
$ git submodule add https://github.com/glensc/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 everything.

Credits

License

Same as Vim License: https://www.vim.org/about.php