Skip to content

Commit

Permalink
add js snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowlingson committed May 7, 2019
1 parent 500bc74 commit 6c29982
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/nvim/UltiSnips/javascript.snippets
Expand Up @@ -138,11 +138,15 @@ snippet cls
console.log(\`$0\`)
endsnippet

snippet clvj
snippet clij
console.log(\`$1: ${JSON.stringify($0)}\`)
endsnippet

snippet clv
console.log(\`$1\`, $0)
endsnippet

snippet cli
console.log(\`$1: ${$0}\`)
endsnippet

Expand All @@ -164,7 +168,7 @@ snippet ieo
import { $0 } from '@ember/object'
endsnippet

snippet m
snippet m
module('$1', function(hooks) {
$0
})
Expand Down

0 comments on commit 6c29982

Please sign in to comment.