Skip to content

Instantly share code, notes, and snippets.

View aeikenberry's full-sized avatar
👋

Aaron Eikenberry aeikenberry

👋
View GitHub Profile
set nocompatible
call plug#begin('~/.vim/plugged')
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'autozimu/LanguageClient-neovim', { 'branch': 'next', 'do': 'bash install.sh' }
Plug 'vim-ruby/vim-ruby'
Plug 'fatih/vim-go'
Plug 'zchee/deoplete-go', { 'do': 'make'}
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'

Keybase proof

I hereby claim:

  • I am aeikenberry on github.
  • I am aeikenberry (https://keybase.io/aeikenberry) on keybase.
  • I have a public key ASDyETCUE5XdiD0_iWp44rSUrYK_fExLUwsAtr-HnSAZ4wo

To claim this, I am signing this object:

{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
var should = require('should');
var feeds = require('../dist/feeder/pitchfork');
var BestNewAlbums = feeds.BestNewAlbums;
var BestNewTracks = feeds.BestNewTracks;
describe('Pitchfork Feed', function() {
it('Best New Tracks should get data.', function(done) {
var bestNewTracks = new BestNewTracks();
BUILD FAILED
/home/kivy/.buildozer/android/platform/android-sdk-21/tools/ant/build.xml:483: SDK does not have any Build Tools installed.
Total time: 1 second
ivy/Tppr/.buildozer/android/app/img/dark-grey.png
Traceback (most recent call last):
File "build.py", line 497, in <module>
make_package(args)
File "build.py", line 351, in make_package
subprocess.check_call([ANT, arg])