Skip to content

Instantly share code, notes, and snippets.

@minitau
Created January 27, 2013 14:13
Show Gist options
  • Save minitau/4648480 to your computer and use it in GitHub Desktop.
Save minitau/4648480 to your computer and use it in GitHub Desktop.
"----------------------------------------
set nocompatible
filetype off
filetype plugin indent off
if has('vim_starting')
set runtimepath+=$HOME/vimfiles/neobundle.vim
call neobundle#rc('C:/users/kog/vimfiles')
endif
NeoBundle 'git://github.com/Shougo/neocomplcache.git'
NeoBundle 'git://github.com/Shougo/unite.vim.git'
NeoBundle 'git://github.com/Shougo/vimfiler.git'
NeoBundle 'git://github.com/Shougo/vimshell.git'
NeoBundle 'git://github.com/Shougo/vimproc.git'
NeoBundle 'git://github.com/thinca/vim-quickrun.git'
NeoBundle 'git://github.com/mattn/gist-vim'
NeoBundle 'git://github.com/mattn/webapi-vim'
filetype plugin indent on
"----------------------------------------
set hidden
" set autoload
"----------------------------------------
set hidden
colorscheme desert
syntax on
set title
set showcmd
set number
set ruler
set showmatch
set list
" set listchars=eol:$,tab:>\, extends:<
"----------------------------------------
set clipboard+=unnamed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment