Skip to content

Instantly share code, notes, and snippets.

View jbandura's full-sized avatar

Jacek Bandura jbandura

View GitHub Profile
"==========================================
" MY VIMRC
"==========================================
"------------------------------
" § SET's
"------------------------------
set nocompatible " Disable vi-compatibility
"set t_Co=256
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
});