Skip to content

Instantly share code, notes, and snippets.

@sergeysova
Created December 16, 2014 10:53
Show Gist options
  • Save sergeysova/7d0d563cd782debc2b3f to your computer and use it in GitHub Desktop.
Save sergeysova/7d0d563cd782debc2b3f to your computer and use it in GitHub Desktop.
mkdir -p ~/.vim/syntax/ && cd ~/.vim/syntax/ && wget -O nginx.vim 'http://www.vim.org/scripts/download_script.php?src_id=12990' && echo "au BufRead,BufNewFile /etc/nginx/* set ft=nginx" >> ~/.vim/filetype.vim && touch ~/.vimrc && echo ":syntax on" >> ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment