// Plugins

https://github.com/othree/html5.vim

https://github.com/SirVer/ultisnips
https://github.com/skammer/vim-css-color
https://github.com/hail2u/vim-css3-syntax
https://github.com/groenewege/vim-less

// After installling all of those, add the following to your .vimrc

"==========================================
" Set less syntax
nnoremap <Leader>m :w <BAR> !lessc % > %:t:r.css<CR><space>

au BufNewFile,BufRead *.phtml set filetype=php

