Skip to content

Instantly share code, notes, and snippets.

@cpitt
Last active August 29, 2015 14:16
Show Gist options
  • Save cpitt/2754423e9d265687e314 to your computer and use it in GitHub Desktop.
Save cpitt/2754423e9d265687e314 to your computer and use it in GitHub Desktop.
let g:spf13_bundle_groups=['general', 'programming', 'misc', 'writing', 'javascript', 'html', 'ruby', 'youcompleteme' ]
let g:airline_powerline_fonts=1
UnBundle 'bling/vim-bufferline'
Bundle 'edkolev/tmuxline.vim'
Bundle 'matthewsimo/angular-vim-snippets'
Bundle 'burnettk/vim-angular'
Bundle 'marijnh/tern_for_vim'
Bundle 'editorconfig/editorconfig-vim'
let g:neosnippet#snippets_directory='~/.vim/bundle/angular-vim-snippets/snippets/'
set relativenumber
set t_Co=256
set clipboard=unnamed
set background=dark
set shiftwidth=2
set expandtab
set tabstop=2
set softtabstop=2
unmap <C-e>
map <C-e> :NERDTreeToggle<CR>
set iskeyword-=.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment