Skip to content

Instantly share code, notes, and snippets.

@yatt
Created May 10, 2011 09:49
Show Gist options
  • Save yatt/964197 to your computer and use it in GitHub Desktop.
Save yatt/964197 to your computer and use it in GitHub Desktop.
zencoding-vim user setting for google ajax library api
let g:user_zen_settings = {
\ 'html' : {
\ 'indentation' : ' ',
\ 'snippets' : {
\ 'gapi:jquery' : '<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>',
\ 'gapi:jqueryui' : '<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script>',
\ }
\ }
\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment