.vim: Dammit
Forgot to trim .git information from plugins
This commit is contained in:
21
.vim/bundle/vim-template/templates/=template=.jsx
Normal file
21
.vim/bundle/vim-template/templates/=template=.jsx
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* %FFILE%
|
||||
* Copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
*
|
||||
* Distributed under terms of the %LICENSE% license.
|
||||
*/
|
||||
import React, { Component } from 'react'
|
||||
|
||||
|
||||
class %FILE% extends Component {
|
||||
constructor(props: any) {
|
||||
super(props)
|
||||
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
%HERE%
|
||||
)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user