Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/nvim

This commit is contained in:
Ray Elliott 2020-04-28 14:45:39 +00:00
commit ec963fd41f
4 changed files with 9 additions and 1 deletions

View file

@ -109,3 +109,6 @@ ${2: constructor(props) \{
}
endsnippet
snippet th "this.handle..."
this.handle${1:Click} = this.handle$1.bind(this);
endsnippet

View file

@ -0,0 +1 @@
extends css, javascript