2015-03-09 04:01:03 +00:00
|
|
|
set nocompatible
|
|
|
|
|
2015-01-28 10:41:26 +00:00
|
|
|
filetype indent plugin on
|
2015-01-29 10:57:53 +00:00
|
|
|
colorscheme molokai
|
2015-01-28 10:41:26 +00:00
|
|
|
syntax enable
|
|
|
|
|
|
|
|
set autoread
|
|
|
|
set autowrite
|
2015-04-18 00:57:46 +00:00
|
|
|
set background=dark
|
2015-01-28 10:41:26 +00:00
|
|
|
set backspace=indent,eol,start
|
2015-03-12 11:38:59 +00:00
|
|
|
set completeopt-=preview
|
2015-01-28 10:41:26 +00:00
|
|
|
set encoding=utf-8
|
|
|
|
set expandtab
|
|
|
|
set fileformats=unix,dos,mac
|
2015-01-30 09:48:50 +00:00
|
|
|
set hidden
|
2015-03-21 12:26:20 +00:00
|
|
|
set history=1000
|
2015-01-28 10:41:26 +00:00
|
|
|
set hlsearch
|
2015-01-30 09:48:50 +00:00
|
|
|
set ignorecase
|
2015-01-28 10:41:26 +00:00
|
|
|
set incsearch
|
|
|
|
set laststatus=2
|
|
|
|
set linebreak
|
2015-04-14 06:05:19 +00:00
|
|
|
set mouse=
|
2015-01-28 10:41:26 +00:00
|
|
|
set mousemodel=popup
|
|
|
|
set nobackup
|
|
|
|
set nofoldenable
|
|
|
|
set noswapfile
|
|
|
|
set nowrap
|
2016-10-09 02:34:31 +00:00
|
|
|
set nowritebackup
|
2015-03-21 12:26:20 +00:00
|
|
|
set nrformats-=octal
|
2015-01-28 10:41:26 +00:00
|
|
|
set number
|
|
|
|
set scrolloff=5
|
2015-04-18 00:50:16 +00:00
|
|
|
set shiftround
|
2015-01-28 10:41:26 +00:00
|
|
|
set shiftwidth=4
|
|
|
|
set shortmess+=I
|
|
|
|
set smartcase
|
2015-01-30 09:24:36 +00:00
|
|
|
set smartcase
|
2015-01-28 10:41:26 +00:00
|
|
|
set smarttab
|
|
|
|
set tabstop=4
|
2015-04-17 14:27:43 +00:00
|
|
|
set ttyfast
|
2015-05-11 09:31:40 +00:00
|
|
|
set wildignore+=*/tmp/*
|
2015-01-28 10:41:26 +00:00
|
|
|
set wildmenu
|
|
|
|
|
|
|
|
if has('gui_running')
|
|
|
|
set columns=150
|
2015-04-18 04:18:42 +00:00
|
|
|
set lines=50
|
|
|
|
|
2015-01-28 10:41:26 +00:00
|
|
|
set guioptions-=L
|
|
|
|
set guioptions-=R
|
|
|
|
set guioptions-=T
|
|
|
|
set guioptions-=l
|
|
|
|
set guioptions-=m
|
|
|
|
set guioptions-=r
|
2016-05-27 16:52:41 +00:00
|
|
|
|
|
|
|
if has('win32')
|
2017-05-06 17:59:33 +00:00
|
|
|
set guifont=Lucida_Console:h12
|
|
|
|
else
|
|
|
|
set guifont=Monospace\ 12
|
2016-05-27 16:52:41 +00:00
|
|
|
endif
|
2015-01-28 10:41:26 +00:00
|
|
|
endif
|
|
|
|
|
2016-05-27 17:04:36 +00:00
|
|
|
if has('unix')
|
|
|
|
set t_Co=256
|
|
|
|
endif
|
|
|
|
|
2015-01-30 07:30:09 +00:00
|
|
|
if &shell =~ 'bin/fish'
|
2015-01-28 10:41:26 +00:00
|
|
|
set shell=/bin/sh
|
|
|
|
endif
|