Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/nvim
This commit is contained in:
commit
ec963fd41f
4 changed files with 9 additions and 1 deletions
|
|
@ -109,3 +109,6 @@ ${2: constructor(props) \{
|
|||
}
|
||||
endsnippet
|
||||
|
||||
snippet th "this.handle..."
|
||||
this.handle${1:Click} = this.handle$1.bind(this);
|
||||
endsnippet
|
||||
|
|
|
|||
1
UltiSnips/javascriptreact.snippets
Normal file
1
UltiSnips/javascriptreact.snippets
Normal file
|
|
@ -0,0 +1 @@
|
|||
extends css, javascript
|
||||
Loading…
Add table
Add a link
Reference in a new issue