Skip to content

Instantly share code, notes, and snippets.

@zindel
Last active August 29, 2015 14:24
Show Gist options
  • Save zindel/df947d3dde7499046560 to your computer and use it in GitHub Desktop.
Save zindel/df947d3dde7499046560 to your computer and use it in GitHub Desktop.
NeoBundle "pangloss/vim-javascript"
NeoBundle 'mxw/vim-jsx.git'
NeoBundle 'chriskempson/vim-tomorrow-theme'
NeoBundle 'altercation/vim-colors-solarized'
NeoBundle 'jlanzarotta/bufexplorer'
NeoBundle 'kien/ctrlp.vim'
NeoBundle 'mattn/gist-vim'
NeoBundle 'mattn/webapi-vim'
call neobundle#end()
filetype plugin indent on
set backspace=indent,eol,start
syntax on
set autoindent " always set autoindenting on
set history=250 " keep 250 lines of command line history
set ruler " show the cursor position all the time
set showcmd " display incomplete commands
set showmode " show current mode
set incsearch " do incremental searching
set hlsearch
set tabstop=4
set softtabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment