Skip to content

Instantly share code, notes, and snippets.

View e5l's full-sized avatar

Leonid Stashevsky e5l

View GitHub Profile
"NeoBundle Scripts
if has('vim_starting')
if &compatible
set nocompatible
endif
set runtimepath+=/Users/leonid/.vim/bundle/neobundle.vim/
endif
call neobundle#begin(expand('/Users/leonid/.vim/bundle'))