Skip to content

Instantly share code, notes, and snippets.

@trq
Created July 17, 2014 01:40
Show Gist options
  • Save trq/19df1cdb48e1a63cb1ce to your computer and use it in GitHub Desktop.
Save trq/19df1cdb48e1a63cb1ce to your computer and use it in GitHub Desktop.
g:vdebug_options['path_maps'] = {"/var/www/cc": "/Users/trq/src/clients/cc/site"}
autocmd FileType html setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType htmljinja setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType javascript setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType php setlocal ts=4 sts=4 sw=4 expandtab
@harikt
Copy link

harikt commented Jul 17, 2014

I like the setting for spaces for different file type. This is awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment